From 1758fe1cb56a8d9ff465b92416016170415daee1 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 25 Jan 2020 19:16:16 +0530 Subject: rework site layout --- docs/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 88666e8..eb29c87 100644 --- a/docs/style.css +++ b/docs/style.css @@ -68,7 +68,7 @@ summary: hover { } hr { - color: var(--light-black); + color: var(--dark-white); } .date { @@ -108,7 +108,6 @@ a, a:hover, a:visited, a:active { color: var(--light-black); } - .post-link, .post-link:hover, .post-link:visited, .post-link:active { color: var(--black); !important font-family: 'Inter', sans-serif; @@ -135,7 +134,7 @@ pre, code { } pre { - background-color: var(--white); + background-color: var(--dark-white); overflow: auto; padding: 0.8rem; border: 1px solid var(--dark-white); -- cgit v1.2.3