aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 8daebf4..36e0023 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -15,10 +15,13 @@ pre, code, textarea {
}
pre {
line-height: 120%;
- background-color: #CDE;
+ border: thin solid #CDE;
overflow: auto;
padding: 1ex 2ex;
}
+hr {
+ color: #CDE;
+}
img, pre {
border-radius: 1ex;
}