Merge pull request #14 from faucetlol2/main

This commit is contained in:
mandorinn 2022-08-16 13:33:31 -05:00 committed by GitHub
commit d99234b5d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name eSix Café
@namespace mandorinn
@version 1.3.7
@version 1.3.8
@description A muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you!
@author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)]
@updateURL https://github.com/mandorinn/eSix-Cafe/raw/main/release/eSixCafe.user.css
@ -3849,3 +3849,20 @@ if themep == classic {
margin-left: .05rem;
}
}
@-moz-document url-prefix("https://e621.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;
}
}