From cbbefec6bbc2b9d1a9be5f366a8a424b8c87a520 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 21 Mar 2018 23:18:15 +0000 Subject: Some front-page restyling --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 418ce8fa..9900a817 100644 --- a/static/style.css +++ b/static/style.css @@ -99,3 +99,12 @@ footer div.uk-section { footer div.uk-section div.uk-text-center { margin-top: 20px; } + +.uk-button-darkish { + background: rgba(0, 0, 0, 0.11); + border: 1px solid rgba(34, 34, 34, 0.09); +} + +.uk-button-darkish:hover { + background: rgba(0, 0, 0, 0.22); +} \ No newline at end of file -- cgit v1.2.3