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/_window.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/_window.scss')
-rw-r--r-- | styles/global/_window.scss | 5 |
1 files changed, 0 insertions, 5 deletions
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; |