Skip to content

Commit 2235247

Browse files
committed
fix version component margin
fix darktheme background remove margin
1 parent 6319421 commit 2235247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/dark-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body {
4848

4949
/* NOTE: need to think on how to load the dark theme with vue */
5050
#status-bar {
51-
background-color: #414443;
51+
background-color: #414443 !important;
5252
}
5353

5454
#status-bar > * ~ * {

0 commit comments

Comments
 (0)