summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-06-12 09:11:47 +0200
committerache <ache@ache.one>2023-06-12 09:11:47 +0200
commit61e8e62cba66033e64144503b8f746ee9364f33f (patch)
treeee3b2207781025f75802a7c756653e33fffc0b6a
parentBig brain english (×_×) (diff)
Add style to details
-rw-r--r--src/css/_style.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/css/_style.scss b/src/css/_style.scss
index b28ed19..35f0bfd 100644
--- a/src/css/_style.scss
+++ b/src/css/_style.scss
@@ -54,6 +54,17 @@
@include box('good', #aea);
@include box('bad', #eaa);
+details {
+ background-color: lightyellow;
+ border-radius: 20px;
+ margin: 40px;
+ padding: 25px;
+
+ summary {
+ cursor: pointer;
+ }
+}
+
.secret {
padding: 10px 0 10px 15px;
min-height: 20px;