tweaks to page and cube transitions, change sky theme text-highlight color

This commit is contained in:
Hakim El Hattab
2012-10-13 10:08:06 -04:00
parent c34be2e976
commit bb47678b27
2 changed files with 13 additions and 17 deletions

View File

@ -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;
}