Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -8864,6 +8864,7 @@ CSS
================================

gitlab.com
gitlab.host
gitlab.*.*
gitlab.*.*.*
code.videolan.org
Expand All @@ -8888,7 +8889,8 @@ table.code .line_content *:not(pre),
.js-reply-button,
.dropdown.more-actions > button,
.js-note-edit,
.btn-default-tertiary {
.btn-default-tertiary,
.btn-confirm-tertiary {
mix-blend-mode: unset !important;
}
.board-inner {
Expand Down Expand Up @@ -17564,6 +17566,15 @@ INVERT

================================

rumratings.com

CSS
body {
background-image: none !important;
}

================================

runkit.com

INVERT
Expand Down