From dc86887255334c34efba9d2582fbfbed3d8a807c Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 16 May 2020 12:15:55 +0100 Subject: [PATCH] removed active word color variable --- public/css/style.scss | 2 +- public/themes/8008.css | 5 ----- public/themes/bushido.css | 1 - public/themes/carbon.css | 1 - public/themes/dark.css | 1 - public/themes/dots.css | 1 - public/themes/laser.css | 1 - public/themes/light.css | 1 - public/themes/nautilus.css | 1 - public/themes/nord.css | 1 - public/themes/oblivion.css | 1 - public/themes/red_samurai.css | 9 --------- public/themes/retro.css | 1 - public/themes/rgb.css | 1 - public/themes/serika.css | 5 ----- public/themes/serika_dark.css | 5 ----- 16 files changed, 1 insertion(+), 36 deletions(-) diff --git a/public/css/style.scss b/public/css/style.scss index 973eb6e39..5a916cfd9 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -663,7 +663,7 @@ key { } .word.active { - color: var(--active-word-color); + color: var(--sub-color); } .word letter { diff --git a/public/themes/8008.css b/public/themes/8008.css index c1bbd84ca..c02935d5f 100644 --- a/public/themes/8008.css +++ b/public/themes/8008.css @@ -1,11 +1,6 @@ -/* Dark Blue: #3c4756 -Light Blue: #a2aebd -Pink: #f44c7f */ - :root { --bg-color: #3c4756; --main-color: #f44c7f; --caret-color: #f44c7f; --sub-color: #a2aebd; - --active-word-color: #a2aebd; } \ No newline at end of file diff --git a/public/themes/bushido.css b/public/themes/bushido.css index 819d920f9..ce6b35657 100644 --- a/public/themes/bushido.css +++ b/public/themes/bushido.css @@ -3,7 +3,6 @@ --main-color: #ec4c56; --caret-color: #ec4c56; --sub-color: #ebeaef; - --active-word-color: #ebeaef; } .word letter.incorrect{ color: #ebe04c; diff --git a/public/themes/carbon.css b/public/themes/carbon.css index c261652bd..4a1cb3b6e 100644 --- a/public/themes/carbon.css +++ b/public/themes/carbon.css @@ -3,5 +3,4 @@ --main-color: #ed6b21; --caret-color: #ed6b21; --sub-color: #e3d9c6; - --active-word-color: #e3d9c6; } \ No newline at end of file diff --git a/public/themes/dark.css b/public/themes/dark.css index dac6746c6..860db79cf 100644 --- a/public/themes/dark.css +++ b/public/themes/dark.css @@ -3,5 +3,4 @@ --main-color: #eee; --caret-color: #eee; --sub-color: #444; - --active-word-color: #444; } \ No newline at end of file diff --git a/public/themes/dots.css b/public/themes/dots.css index 1d7442903..e52f19472 100644 --- a/public/themes/dots.css +++ b/public/themes/dots.css @@ -3,7 +3,6 @@ --caret-color: #fff; --main-color: #fff; --sub-color: #7f88ab; - --active-word-color: #7f88ab; } #menu{ diff --git a/public/themes/laser.css b/public/themes/laser.css index 80b5a025d..1cbf7834e 100644 --- a/public/themes/laser.css +++ b/public/themes/laser.css @@ -3,5 +3,4 @@ --main-color: #009eaf; --caret-color: #009eaf; --sub-color: #b82356; - --active-word-color: #b82356; } diff --git a/public/themes/light.css b/public/themes/light.css index 913d204bc..24a0db660 100644 --- a/public/themes/light.css +++ b/public/themes/light.css @@ -3,5 +3,4 @@ --main-color: #111; --caret-color: #111; --sub-color: #ccc; - --active-word-color: #ccc; } \ No newline at end of file diff --git a/public/themes/nautilus.css b/public/themes/nautilus.css index c2421adb7..ec4998edd 100644 --- a/public/themes/nautilus.css +++ b/public/themes/nautilus.css @@ -3,5 +3,4 @@ --main-color: #eab622; --caret-color: #eab622; --sub-color: #1db8a8; - --active-word-color: #1db8a8; } \ No newline at end of file diff --git a/public/themes/nord.css b/public/themes/nord.css index 26e3d315a..88dc1aa0c 100644 --- a/public/themes/nord.css +++ b/public/themes/nord.css @@ -3,7 +3,6 @@ --caret-color: #d8dee9; --main-color: #d8dee9; --sub-color: #617b94; - --active-word-color: #617b94; } .word letter.incorrect { diff --git a/public/themes/oblivion.css b/public/themes/oblivion.css index a1f90b38e..a266f5453 100644 --- a/public/themes/oblivion.css +++ b/public/themes/oblivion.css @@ -3,7 +3,6 @@ --main-color: #a5a096; --caret-color: #a5a096; --sub-color: #5d6263; - --active-word-color: #5d6263; } #menu .button:nth-child(1){ diff --git a/public/themes/red_samurai.css b/public/themes/red_samurai.css index 5a749e5b7..15a56c19c 100644 --- a/public/themes/red_samurai.css +++ b/public/themes/red_samurai.css @@ -1,15 +1,6 @@ -/* :root{ - --bg-color: #17171b; - --main-color: #c79e6e; - --caret-color: #c79e6e; - --sub-color: #b43a49; - --active-word-color: #b43a49; -} */ - :root{ --bg-color: #84202c; --main-color: #17171b; --caret-color: #17171b; --sub-color: #c79e6e; - --active-word-color: #c79e6e; } \ No newline at end of file diff --git a/public/themes/retro.css b/public/themes/retro.css index 80b7e2328..3c64670ac 100644 --- a/public/themes/retro.css +++ b/public/themes/retro.css @@ -3,5 +3,4 @@ --main-color: #1d181a; --caret-color: #1d181a; --sub-color: #ccc; - --active-word-color: #ccc; } \ No newline at end of file diff --git a/public/themes/rgb.css b/public/themes/rgb.css index 345da5e60..ccded22f9 100644 --- a/public/themes/rgb.css +++ b/public/themes/rgb.css @@ -3,7 +3,6 @@ --main-color: #eee; --caret-color: #eee; --sub-color: #444; - --active-word-color: #444; } @keyframes rgb{ diff --git a/public/themes/serika.css b/public/themes/serika.css index 55e0df46f..3b2a97155 100644 --- a/public/themes/serika.css +++ b/public/themes/serika.css @@ -1,11 +1,6 @@ -/* yellow #e2b714 -dark #323437 -light #d1d0c5 */ - :root { --bg-color: #e2b714; --main-color: #323437; --caret-color: #323437; --sub-color: #d1d0c5; - --active-word-color: #d1d0c5; } \ No newline at end of file diff --git a/public/themes/serika_dark.css b/public/themes/serika_dark.css index ab46392ce..432c8fa62 100644 --- a/public/themes/serika_dark.css +++ b/public/themes/serika_dark.css @@ -1,11 +1,6 @@ -/* yellow #e2b714 -dark #323437 -light #d1d0c5 */ - :root { --bg-color: #323437; --main-color: #e2b714; --caret-color: #e2b714; --sub-color: #d1d0c5; - --active-word-color: #d1d0c5; } \ No newline at end of file