Update stylesheet

Improved archlinux forum readability
This commit is contained in:
Marty Oehme 2021-10-26 15:58:25 +02:00
parent b4cb275a24
commit 993fe5a2b3
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 15 additions and 1 deletions

View File

@ -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 {