diff options
author | 2021-09-19 12:47:21 +0200 | |
---|---|---|
committer | 2021-09-19 12:47:21 +0200 | |
commit | 865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f (patch) | |
tree | 2dd4935ae03b084570c003eb0c004022e9a99de3 /styles/global/_themes.scss | |
parent | bb22276b9bdfdb23da313a5495dc4f3fcdb3bb09 (diff) | |
download | my_apps-865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f.tar.gz my_apps-865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f.tar.bz2 my_apps-865c9cc345aa105714dfe3ccf1d1c0a9a6a75f7f.zip |
youtube & player apps fixes
Diffstat (limited to 'styles/global/_themes.scss')
-rw-r--r-- | styles/global/_themes.scss | 6 |
1 files changed, 3 insertions, 3 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); |