Add support for idem's Sourcing Suite

Style the "e621 Extensions Hub" that gets added by idem's Sourcing Suite.
This commit is contained in:
faucet 2022-08-16 17:59:38 +01:00 committed by GitHub
parent a58ac834ec
commit 606929cbf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3849,3 +3849,20 @@ if themep == classic {
margin-left: .05rem;
}
}
@-moz-document url-prefix("https://e621.net/extensions"), url-prefix("https://e926.net/extensions") {
/* idem's Sourcing Suite */
h1 {
background-color: var(--bg);
color: var(--content-link) !important;
}
.setting_section{
background-color: var(--bg) !important;
}
.setting_description, .setting_values{
color: var(--base-text);
}
.setting_header, .settings_table_head{
color: var(--content-link) !important;
}
}