aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css9
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