mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
Merge pull request #14 from faucetlol2/main
This commit is contained in:
commit
d99234b5d8
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user