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