summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 42a8f20..b2a9d46 100644
--- a/style.css
+++ b/style.css
@@ -77,3 +77,9 @@ h1>span {
top: 45%;
}
+.detail {
+ background: #eee;
+ display: block;
+ padding: 1em;
+ border-radius: 0.5em;
+}