aboutsummaryrefslogtreecommitdiff
path: root/css/theme/sky.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-13 10:08:06 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-13 10:08:06 -0400
commitbb47678b27b3e1600009e664da9b19bce92f4839 (patch)
treec94a8802c3a02f32bb8001988b654a9f30f43688 /css/theme/sky.css
parentc34be2e9765637ddeddbdf293de7ca98941ca6c5 (diff)
downloadfreenode-live-2017-presentation-bb47678b27b3e1600009e664da9b19bce92f4839.tar
freenode-live-2017-presentation-bb47678b27b3e1600009e664da9b19bce92f4839.tar.gz
tweaks to page and cube transitions, change sky theme text-highlight color
Diffstat (limited to 'css/theme/sky.css')
-rw-r--r--css/theme/sky.css6
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;
}