diff options
author | 2018-03-21 23:18:15 +0000 | |
---|---|---|
committer | 2018-03-21 23:18:15 +0000 | |
commit | cbbefec6bbc2b9d1a9be5f366a8a424b8c87a520 (patch) | |
tree | 635f39b0e59135defe34775c161606c7a287069b /static | |
parent | Reformat message arg for UIkit notification (diff) |
Some front-page restyling
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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 |