summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2023-10-02 22:59:47 +0200
committermartin f. krafft <madduck@madduck.net>2023-10-02 22:59:47 +0200
commitca72bcddd2423ebec0d031867293e172b9baa885 (patch)
tree6a50a4afe92fbaec505d233ee1f4b0c8fdf7f410 /style.css
parent9239012fbc3eca29c4c903877f3dfd2380236918 (diff)
TONI styling
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/style.css b/style.css
index b15f79b..ab59612 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
.divider {
height: 2rem;
- background-color: rgba(0, 0, 0, .1);
+ background-color: rgba(255, 255, 255, .5);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
@@ -15,3 +15,11 @@
#monster {
cursor: pointer;
}
+
+code {
+ display: block;
+ margin: 0 auto;
+ background: white;
+ padding: 1rem 2rem;
+ border-radius: 0.25rem;
+}