diff options
author | Hakim El Hattab | 2012-10-13 10:08:06 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-10-13 10:08:06 -0400 |
commit | bb47678b27b3e1600009e664da9b19bce92f4839 (patch) | |
tree | c94a8802c3a02f32bb8001988b654a9f30f43688 /css/theme | |
parent | c34be2e9765637ddeddbdf293de7ca98941ca6c5 (diff) |
tweaks to page and cube transitions, change sky theme text-highlight color
Diffstat (limited to 'css/theme')
-rw-r--r-- | css/theme/sky.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/theme/sky.css b/css/theme/sky.css index 2f2bee2..92a91af 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -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; } |