Skip to content

Commit

Permalink
match all of wanikani.com in all css files
Browse files Browse the repository at this point in the history
  • Loading branch information
wrex committed Mar 25, 2023
1 parent a5262d3 commit 91b73b7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions user-overrides/All-variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* See https://community.wanikani.com/t/userstyle-wanikani-elementary-dark/60137
*/

@moz-document domain("www.wanikani.com") {
@moz-document domain("wanikani.com") {
:root {
/*
* Instructions:
Expand Down Expand Up @@ -68,12 +68,12 @@
/*
* Filters
*/
--USER-logo-filter: invert(1)saturate(0)brightness(1.6);
--USER-logo-filter: invert(1) saturate(0) brightness(1.6);
--USER-extra-study-filter: invert(0.81);
--USER-locked-item-filter: brightness(70%);
--USER-kotoba-odd-row-filter: brightness(1.1);
--USER-footer-filter: invert(1);
--USER-loading-filter: grayscale(90%)invert(1)hue-rotate(180deg);
--USER-loading-filter: grayscale(90%) invert(1) hue-rotate(180deg);
--USER-overlay-box-highlights-filter: hue-rotate(160deg);
}
}
2 changes: 1 addition & 1 deletion user-overrides/rexs-overrides.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* See https://community.wanikani.com/t/userstyle-wanikani-elementary-dark/60137 */

@-moz-document domain("www.wanikani.com") {
@-moz-document domain("wanikani.com") {
/*
* Rex's color scheme.
* -------------------
Expand Down
2 changes: 1 addition & 1 deletion userscript-styles/WKED-niai.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/* See https://community.wanikani.com/t/userscript-niai-%E4%BC%BC%E5%90%88%E3%81%84-visually-similar-kanji/23325 */

@-moz-document domain("www.wanikani.com") {
@-moz-document domain("wanikani.com") {
niai_section#niai_section#niai_section#niai_section
ul.single-character-grid
li[data-kanji],
Expand Down
2 changes: 1 addition & 1 deletion userscript-styles/WKED-self-study.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/* See https://community.wanikani.com/t/userscript-self-study-quiz/13191 */

@-moz-document domain("www.wanikani.com") {
@-moz-document domain("wanikani.com") {
#wkof_ds #ss_quiz {
border-color: var(--ED-surface-2, #282828);
background-color: var(--ED-surface-2, #282828);
Expand Down
2 changes: 1 addition & 1 deletion userscript-styles/WKED-stroke-order.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/* See https://community.wanikani.com/t/userscript-stroke-order-diagram/46724 */

@-moz-document domain("www.wanikani.com") {
@-moz-document domain("wanikani.com") {
.stroke_order_diagram--bounding_box {
stroke: var(--ED-surface-4, #535353);
}
Expand Down
3 changes: 1 addition & 2 deletions userscript-styles/WKED-ultimate-timeline.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

/* See https://community.wanikani.com/t/userscript-wanikani-ultimate-timeline/10516 */

@-moz-document domain("www.wanikani.com") {

@-moz-document domain("wanikani.com") {
#timeline {
background-color: var(--ED-surface-2, #282828);
color: var(--ED-text, #eeeeee);
Expand Down

0 comments on commit 91b73b7

Please sign in to comment.