From 5ed6ec5d6c42057c8dfef18d475a4eeb941fafc6 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 21 Apr 2017 19:38:53 +0200 Subject: Add new page 'blogs'. --- static/custom.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static/custom.css') diff --git a/static/custom.css b/static/custom.css index 807ab55..ec5f0b5 100644 --- a/static/custom.css +++ b/static/custom.css @@ -48,6 +48,9 @@ a:hover { .button:hover { color:#efefef; } +.button-dark { + background-color: #171717; +} .center { text-align: center; } @@ -167,3 +170,10 @@ select:focus { .hp { display: none; } + +.header-link { + font-size: inherit; +} +.header-link:hover { + color: #171717; +} -- cgit v1.2.3