diff options
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 |