Skip to content

Commit e74f5e8

Browse files
committed
modify: fix style for dark theme
1 parent 69e753c commit e74f5e8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

browser/main/modals/PreferencesModal/PreferencesModal.styl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@ body[data-theme="dark"]
5656
.root
5757
modalDark()
5858

59+
.top-bar
60+
background-color transparent
61+
border-color transparent
62+
color #939395
63+
5964
.nav
60-
background-color $ui-dark-button--hover-backgroundColor
65+
background-color transparent
6166
border-color $ui-dark-borderColor
6267

6368
.nav-button

0 commit comments

Comments
 (0)