aboutsummaryrefslogtreecommitdiff
path: root/css/theme/beige.css
diff options
context:
space:
mode:
authorhakimel <hakim.elhattab@gmail.com>2012-08-15 20:40:16 -0400
committerhakimel <hakim.elhattab@gmail.com>2012-08-15 20:40:16 -0400
commit0b548bfd5d72968ab88436d65595b7be88c2b9cb (patch)
tree11ee9f1468c8ea860de8d4fc8f19841932eff966 /css/theme/beige.css
parent9688a52437c5817cc942e563173c0cc643cb6483 (diff)
downloadfreenode-live-2017-presentation-0b548bfd5d72968ab88436d65595b7be88c2b9cb.tar
freenode-live-2017-presentation-0b548bfd5d72968ab88436d65595b7be88c2b9cb.tar.gz
consistent use of tabs rather than spaces in css (closes #121)
Diffstat (limited to 'css/theme/beige.css')
-rw-r--r--css/theme/beige.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css
index 40cf18b..684f842 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -43,15 +43,15 @@ body {
}
::-moz-selection {
- background:rgba(79, 64, 28, 0.99);
+ background:rgba(79, 64, 28, 0.99);
color: white;
}
::-webkit-selection {
- background:rgba(79, 64, 28, 0.99);
+ background:rgba(79, 64, 28, 0.99);
color: white;
}
::selection {
- background:rgba(79, 64, 28, 0.99);
+ background:rgba(79, 64, 28, 0.99);
color: white;
}