diff options
Diffstat (limited to 'static/css/themes/gruvbox.css')
-rw-r--r-- | static/css/themes/gruvbox.css | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/static/css/themes/gruvbox.css b/static/css/themes/gruvbox.css index ff9c596..fb40267 100644 --- a/static/css/themes/gruvbox.css +++ b/static/css/themes/gruvbox.css @@ -15,7 +15,7 @@ body { background: #282828; color: #ebdbb2; - font-family: Iosevka, monospace, sans-serif; + font-family: monospace, sans-serif; font-size: 0.9em; } @@ -108,3 +108,33 @@ input[type="text"] { z-index: 9; display: block; } + +/* TODO: rename */ +.box2 { + border: 4px solid #928374; + background-color: #3c3836; +} + +.newsbox { + padding: 25px; + border: 4px solid #928374; + background-color: #3c3836; +} + +.newsbox h2 { + margin: 0; + padding: 0; +} + +.newsbox-news { + text-align: left; + background-color: #504945; + margin-left: 25px; + margin-top: 25px; + padding: 25px; +} + +.newsbox-news p, +.newsbox-news h3 { + margin: 0; +} |