aboutsummaryrefslogtreecommitdiff
path: root/css/theme/night.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-11-08 08:11:35 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-11-08 08:11:35 -0500
commit705d5a012cc36d61a59823ea8966d5bfbf34f5b2 (patch)
tree23df6670f021b549cfa3cacc5666f45140c1faed /css/theme/night.css
parent3a8bcb174ab536b778191f5c20f7bd5b5415acca (diff)
downloadfreenode-live-2017-presentation-705d5a012cc36d61a59823ea8966d5bfbf34f5b2.tar
freenode-live-2017-presentation-705d5a012cc36d61a59823ea8966d5bfbf34f5b2.tar.gz
define normal font widths in all themes to make sure things look the same after #691
Diffstat (limited to 'css/theme/night.css')
-rw-r--r--css/theme/night.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/night.css b/css/theme/night.css
index 2ea3fc4..a35e3eb 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -15,7 +15,7 @@ body {
.reveal {
font-family: "Open Sans", sans-serif;
font-size: 30px;
- font-weight: 200;
+ font-weight: normal;
letter-spacing: -0.02em;
color: #eeeeee; }