From 8fc958edbac321030dc377a081ca2d9391b71a74 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 18 Aug 2020 03:59:07 +0300 Subject: update style --- src/news.xml | 2 +- src/rss.xml | 2 +- src/style.css | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/news.xml b/src/news.xml index ad6055e..f32807f 100644 --- a/src/news.xml +++ b/src/news.xml @@ -9,7 +9,7 @@ a simple linux distribution https://carbslinux.org - Mon Aug 03 2020 22:00 + Tue Aug 18 2020 00:00 Jul 27 2020 Mon, 27 Jul 2020 diff --git a/src/rss.xml b/src/rss.xml index abab4d2..41f50e8 100644 --- a/src/rss.xml +++ b/src/rss.xml @@ -9,7 +9,7 @@ a simple linux distribution https://carbslinux.org - Mon Aug 03 2020 22:00 + Tue Aug 18 2020 00:00 August 2020 News Post Mon, 03 Aug 2020 diff --git a/src/style.css b/src/style.css index d3de079..74eebb9 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,4 @@ -/* Cem Keylan (C) 2019 */ +/* Cem Keylan (C) 2019-2020 */ :root { --color0: #0A1E2B; @@ -27,7 +27,8 @@ html { background-color: var(--bg); - font-family: sans-serif; + font-family: monospace; + font-size: 16px; color: var(--fg); padding-bottom: 100px; -webkit-text-size-adjust: 100%; @@ -60,7 +61,7 @@ html { border-bottom: solid 2px; color: var(--fg); } -a { +a { text-decoration: none; font-weight: bold; color: var(--link); @@ -83,6 +84,7 @@ body { margin-right: auto; margin-top: 20px; overflow: none; + overflow-y: scroll; padding-right: 10px; padding-left: 10px; color: var(--fg); @@ -109,7 +111,7 @@ h3 { } pre { margin-left: 2em; } -blockquote { +blockquote { border-left: 1px solid var(--color6); font-style: italic; } -- cgit v1.2.3