diff options
| author | RblSb <msrblsb@gmail.com> | 2020-05-28 23:03:02 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-05-28 23:03:02 +0300 |
| commit | c1a044cf6c83dd87c81ad90ab0a4d10d2f74f67c (patch) | |
| tree | a7eac90c22192476e20bb277df646ca0553450a0 /res/css | |
| parent | 4d7e534a5c64915590f924e6f7420afbfee4bf17 (diff) | |
Make foreground darker
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/des.css | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/res/css/des.css b/res/css/des.css index 70d0cff..5cdf5c7 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -7,7 +7,7 @@ --background-video: #000; --background-chat: #111; --midground: #888; - --foreground: #ddd; + --foreground: #bbb; --accent: #0055ff; --success: #009632; --warning: #ffb800; @@ -312,10 +312,6 @@ header h4 { padding-bottom: 75% } -.embed-responsive:full-screen { - width: 100%; -} - /* Playlist */ #playlist { @@ -724,11 +720,6 @@ html { } } - -@-ms-viewport { - width:device-width -} - /* Mobile page fullscreen */ .mobile-view #chatbox { |
