diff options
author | Renard | 2019-09-22 12:38:15 -0300 |
---|---|---|
committer | Renard | 2019-09-22 12:38:15 -0300 |
commit | 39d3bf2e7e4b9ed4d0cb0e9f090fef4a35f30d6d (patch) | |
tree | 6271734832e1e4e37429041f688c79c5f489e9af /src/App.css | |
parent | 1045313d6c355ab9e2a09e6122fd5b9d50faef31 (diff) | |
download | bai-client-39d3bf2e7e4b9ed4d0cb0e9f090fef4a35f30d6d.tar.gz bai-client-39d3bf2e7e4b9ed4d0cb0e9f090fef4a35f30d6d.tar.xz bai-client-39d3bf2e7e4b9ed4d0cb0e9f090fef4a35f30d6d.zip |
Ajustes nightmode
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.css b/src/App.css index 9486e24..e2d217a 100644 --- a/src/App.css +++ b/src/App.css @@ -78,12 +78,12 @@ padding-bottom: 0.75em; } -.ui.attached:not(.top).header { +.ui.attached:not(.top).header.inverted { border-top: 1px solid !important; border-radius: 0.28571429rem 0.28571429rem 0 0; } -.ui.inverted.attached.header { +.ui.inverted.attached.header.inverted { border-color: #555555 !important; } |