diff options
Diffstat (limited to 'assets/css/style.css')
-rw-r--r-- | assets/css/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index f7b4213..c3d7e04 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -196,6 +196,23 @@ blockquote { height: 80vh !important; } +/* news archive */ +.container.home h3, +.container.home .h3 { + font-size: 20px; + font-weight: bold; +} + +.container.home p + h2 { + border-top: 2px solid #eee; + padding-top: 20px; +} + +.container.home hr { + width: 70%; +} + + /* download page */ .osicon, .obsicon { padding-right: 1ex; |