Skip to content

Commit f15708e

Browse files
arnim2006arnimMyshor
authored
fix for old.reddit.com (#14538)
* Fix: Enhanced the site by making text visible * total fix for old.reddit.com Fixed all problematic backgrounds, inverted banner and light backgrounds when light scheme used. Fix #14535 --------- Co-authored-by: arnim <[email protected]> Co-authored-by: Patryk Łachan <[email protected]>
1 parent e9b0ae3 commit f15708e

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

src/config/dynamic-theme-fixes.config

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22881,7 +22881,6 @@ INVERT
2288122881
.volume-slider-bar
2288222882
.volume-slider-thumb
2288322883
.reddit-video-seek-bar-root
22884-
.infobar.listingsignupbar
2288522884

2288622885
CSS
2288722886
.seek-bar-progress {
@@ -22890,34 +22889,40 @@ CSS
2289022889
body::before {
2289122890
z-index: 0 !important;
2289222891
}
22893-
.link .entry,
22894-
.link .usertext-body .md,
22892+
#siteTable,
2289522893
.side,
22894+
.footer-parent {
22895+
position: relative !important;
22896+
z-index: 1 !important;
22897+
}
22898+
.link .usertext-body .md,
2289622899
.commentarea,
2289722900
.commentarea > .usertext.cloneable,
22898-
#sr-header-area,
22899-
#sr-more-link,
22900-
.tabmenu li.selected a,
22901-
input[type="text"],
2290222901
textarea,
2290322902
.comment,
2290422903
.comment .flat-list li,
2290522904
.title-button,
2290622905
.linkinfo,
22907-
.titlebox form.toggle,
2290822906
.side .md > blockquote:first-child,
2290922907
body.loggedin .side .redditname::after,
2291022908
.side .md > blockquote:first-child > h1 + p a,
2291122909
.side .md h2:first-of-type ~ *,
2291222910
.side .md > p:first-of-type ~ h2::before,
22913-
.side .sidecontentbox,
2291422911
.flair::before,
2291522912
.flair::after,
2291622913
.linkflairlabel::before,
2291722914
.linkflairlabel::after {
2291822915
background-color: var(--darkreader-neutral-background) !important;
2291922916
background-image: none !important;
2292022917
}
22918+
.side .sidecontentboxa,
22919+
#sr-more-link {
22920+
background-color: black !important;
22921+
background-image: none !important;
22922+
}
22923+
.dropdown.srdrop .selected {
22924+
color: inherit !important;
22925+
}
2292122926

2292222927
================================
2292322928

0 commit comments

Comments
 (0)