From e24be90f00d44b9601ddccad6bd6e7f4e69a03df Mon Sep 17 00:00:00 2001 From: benjamin <bwand@c-base.org> Date: Wed, 9 Dec 2020 21:14:11 +0100 Subject: [PATCH] dark theme font styling --- public/style.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 5995438..c59162e 100644 --- a/public/style.css +++ b/public/style.css @@ -292,7 +292,6 @@ p { #font-selection ul { display: flex; flex-wrap: wrap; - /*justify-content: center;*/ flex-direction: row; margin: 0; padding: 0.85rem; @@ -306,7 +305,7 @@ p { } #font-selection legend { width: auto; - color: #222; + color: inherit; padding: 0.2rem 0.7rem; background-color: inherit; border: 1px solid #6600ea; @@ -447,4 +446,15 @@ p { #accessibility-options button:hover { background-color: #8432ee; } + + #font-selection { + color: #ccc; + background: #040012; + } + #font-selection ul { + background: #040012; + } + #font-selection legend { + border: 1px solid #6600ea; + } } -- GitLab