summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 1430545..d5679b9 100644
--- a/static/style.css
+++ b/static/style.css
@@ -71,6 +71,10 @@ details[open] > summary:before {
71 width: 7rem; 71 width: 7rem;
72} 72}
73 73
74.uk-button-primary, .uk-alert {
75 border-radius: 3px;
76}
77
74.shadowed-box { 78.shadowed-box {
75 box-shadow: 0 0 7px 1px rgba(223,215,215,0.75); 79 box-shadow: 0 0 7px 1px rgba(223,215,215,0.75);
76 padding: 1rem; 80 padding: 1rem;