From 0ea3462e3f5787a3814c67a19532e495ebc0fc0c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 24 Jan 2021 01:46:39 +0100 Subject: Minimize css --- template/style.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'template') diff --git a/template/style.css b/template/style.css index 4ca2932..72284d9 100755 --- a/template/style.css +++ b/template/style.css @@ -1,5 +1,5 @@ :root { - --base-document-width: 740px; + --base-document-width: 700px; --base-font-size: 18px; --base-color: #111111; @@ -161,18 +161,18 @@ blockquote p { } .post-list li a { - text-decoration: none; - color: var(--link-color); + /*text-decoration: none; + color: var(--link-color);*/ } .post-list li a:hover { - text-decoration: underline; - color: var(--link-color-hover); + /*text-decoration: underline; + color: var(--link-color-hover);*/ } .post-list li a h2 { font-weight: 400; - font-size: 130%; + font-size: 110%; margin: 0; } @@ -184,13 +184,13 @@ blockquote p { } .project-list a { - text-decoration: none; - color: var(--link-color); + /*text-decoration: none; + color: var(--link-color);*/ } .project-list li a:hover { - text-decoration: underline; - color: var(--link-color-hover); + /*text-decoration: underline; + color: var(--link-color-hover);*/ } -- cgit v1.2.3