diff options
author | Renard | 2019-09-22 00:28:21 -0300 |
---|---|---|
committer | Renard | 2019-09-22 00:28:21 -0300 |
commit | 4f42b5a2b35cf61d6042562195755699f9de177f (patch) | |
tree | d874b49c0aeaa1d98ad9aea978c2f417b6788806 /src/App.css | |
parent | 8db5e7649c1d3ceba35cc52e191da1d264994f45 (diff) | |
download | bai-client-4f42b5a2b35cf61d6042562195755699f9de177f.tar.gz bai-client-4f42b5a2b35cf61d6042562195755699f9de177f.tar.xz bai-client-4f42b5a2b35cf61d6042562195755699f9de177f.zip |
Nightmode
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index a4cf972..9486e24 100644 --- a/src/App.css +++ b/src/App.css @@ -76,4 +76,23 @@ .playerContainer { max-width: 400px; padding-bottom: 0.75em; +} + +.ui.attached:not(.top).header { + border-top: 1px solid !important; + border-radius: 0.28571429rem 0.28571429rem 0 0; +} + +.ui.inverted.attached.header { + border-color: #555555 !important; +} + +.ui.container.inverted { + background-color: #1c1c1c; + padding: 1em 2em; +} + +.homeContainer.inverted { + color: #eaeaea !important; + background-color: #454647 !important; }
\ No newline at end of file |