aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-19 17:28:19 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-19 17:28:19 +0100
commit5451e49a258005af1e169f514a492dfa5ef05b20 (patch)
treeb1e248f3adc70a81b8114aba6414d936e35f779c
parenteb873ba5beb52e82b69830f30d7719d8a7b074c4 (diff)
Tweak more
-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;
}