summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
+}