diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index e2ec0f6..8bdbecc 100644 --- a/static/style.css +++ b/static/style.css @@ -193,6 +193,10 @@ hr { margin-top: 2.5rem;
}
+.divider {
+ margin-top: 2rem; border-top: 3em solid black;
+}
+
b {
color:rgb(100, 100, 100);
}
|