Skip to content

Commit 4c634a6

Browse files
Sebastian-DolfenGusted
andauthored
Fix for fontawesome.com (darkreader#8298)
-Fixes background of header in icons, docs and start -Fixes background of docs -Fixes background of doc version-selector Co-authored-by: Gusted <williamzijl7@hotmail.com>
1 parent 88d4cff commit 4c634a6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/config/dynamic-theme-fixes.config

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6596,6 +6596,20 @@ INVERT
65966596

65976597
================================
65986598

6599+
fontawesome.com
6600+
6601+
CSS
6602+
#icons-header, #docs-header,
6603+
#hero > div:not(.container),
6604+
.app-content.docs {
6605+
background-color: var(--darkreader-neutral-background) !important;
6606+
}
6607+
.doc-nav > div {
6608+
background-color: var(--darkreader-bg--background-norm) !important;
6609+
}
6610+
6611+
================================
6612+
65996613
fontsinuse.com
66006614

66016615
INVERT

0 commit comments

Comments
 (0)