aboutsummaryrefslogtreecommitdiffstats
path: root/styles/global
diff options
context:
space:
mode:
Diffstat (limited to 'styles/global')
-rw-r--r--styles/global/_themes.scss6
-rw-r--r--styles/global/_window.scss5
2 files changed, 3 insertions, 8 deletions
diff --git a/styles/global/_themes.scss b/styles/global/_themes.scss
index e0b146f..4127c4c 100644
--- a/styles/global/_themes.scss
+++ b/styles/global/_themes.scss
@@ -2,7 +2,7 @@
--color-bg: #50a3a2;
--color-bg-alt: #53e3a6;
--color-text: #333;
- --color-text-alt: #111;
+ --color-text-alt: #000;
--color-decor: #ccc;
--color-glass: rgb(151, 215, 200, .9);
--color-glass-alt: rgba(255, 255, 255, 0.5);
@@ -31,7 +31,7 @@
--color-bg: #71b0d7;
--color-bg-alt: #a4e4fd;
--color-text: #333;
- --color-text-alt: #111;
+ --color-text-alt: #000;
--color-decor: #ccc;
--color-glass: rgba(151, 192, 230, 0.9);
--color-glass-alt: rgba(255, 255, 255, 0.5);
@@ -59,7 +59,7 @@
.black {
--color-bg: #000;
--color-bg-alt: #222;
- --color-text: #eee;
+ --color-text: #ddd;
--color-text-alt: #fff;
--color-decor: #ccc;
--color-glass: rgb(20, 20, 20, .9);
diff --git a/styles/global/_window.scss b/styles/global/_window.scss
index cf78752..9f224a9 100644
--- a/styles/global/_window.scss
+++ b/styles/global/_window.scss
@@ -137,11 +137,6 @@
pointer-events: none;
}
- .active {
- color: var(--color-text-alt);
- font-weight: 600;
- }
-
@media(max-width: 40em) {
height: 3em;
overflow: auto;