From 95df760bc1571071a7f6b9f626ecd4e5e3b34adc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 27 Jan 2021 15:10:46 +0100 Subject: Adde openring --- template/style.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'template/style.css') diff --git a/template/style.css b/template/style.css index 5aee568..26913fb 100755 --- a/template/style.css +++ b/template/style.css @@ -6,7 +6,7 @@ --link-color: #111111; --link-color-hover: #111111; - --label-color: #828282; + --label-color: #5f5f5f; --border-color: #eeeeee; @@ -222,6 +222,10 @@ blockquote p { margin-top: 60px; } +.top-margin-huge { + margin-top: 100px; +} + code { background: rgb(255, 241, 177); padding: 2px 5px; @@ -249,6 +253,18 @@ time { font-size: 90%; } +/* article */ + +article a { + overflow-wrap: break-word; + word-wrap: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; +} + + /* footer */ .footer { -- cgit v1.2.3