tweaks to page and cube transitions, change sky theme text-highlight color
This commit is contained in:
@ -35,15 +35,15 @@ body {
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background:rgba(79, 64, 28, 0.99);
|
||||
background: #134674;
|
||||
color: white;
|
||||
}
|
||||
::-webkit-selection {
|
||||
background:rgba(79, 64, 28, 0.99);
|
||||
background: #134674;
|
||||
color: white;
|
||||
}
|
||||
::selection {
|
||||
background:rgba(79, 64, 28, 0.99);
|
||||
background: #134674;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user