tweaks to page and cube transitions, change sky theme text-highlight color
This commit is contained in:
parent
c34be2e976
commit
bb47678b27
2 changed files with 13 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue