diff options
Diffstat (limited to 'options.css')
-rw-r--r-- | options.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/options.css b/options.css index 1f72b1f..4660e31 100644 --- a/options.css +++ b/options.css @@ -1,7 +1,7 @@ body { color: #222; background-color: #222; - font-family: 'Verdana', sans-serif; + font-family: 'Lato', sans-serif; padding: 0em; margin: 0em; @@ -26,7 +26,6 @@ div#container { h1 { font-size: 1.6em; - font-family: 'Lato', sans-serif; text-align: center; padding: 0em; margin: 0em; @@ -43,7 +42,8 @@ p#button { button { color: #ddd; background-color: #222; - font-size: 1em; + font-family: inherit; + font-size: inherit; font-weight: bold; padding: 1em; border: 0em; |