From 5451e49a258005af1e169f514a492dfa5ef05b20 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 19 Feb 2016 17:28:19 +0100 Subject: Tweak more --- assets/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3