From 993fe5a2b3a32f03e856a69d95f5be1392ea3ff8 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 26 Oct 2021 15:58:25 +0200 Subject: [PATCH] Update stylesheet Improved archlinux forum readability --- css-template.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/css-template.css b/css-template.css index bb21a9d..29b9de4 100644 --- a/css-template.css +++ b/css-template.css @@ -1792,6 +1792,18 @@ body { #content a:not(.new) { color: inherit !important; } +/* archlinux forum */ +.pun, +.pun .punwrap, +.pun .blockpost, +.pun .blockpost .postbody, +.pun .blockpost .postfoot, +.pun .postmsg, +#punhelp code, +#punhelp samp { + background-color: inherit !important; + color: inherit !important; +} /* mpv.io */ #main, .main-content { @@ -1881,8 +1893,10 @@ table#hnmain { background-color: inherit; } /* github */ -.bg-gray-light { +.bg-gray-light, +.Link--primary, .link-gray-dark { background-color: inherit !important; + color: inherit !important; } /* gitea header, repo, markdown readme, tables */ .repository, .repository .header-wrapper, .ui.table, .ui.table tbody tr, .ui.attached.table, .ui.attached.table.segment, footer {