Skip to content

Commit 6df6056

Browse files
author
Kristan Kenney
committed
Fix incorrect notification border color in dark.css
1 parent 59f70c7 commit 6df6056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/themes/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ a {
949949
color: #dadada;
950950
border-bottom-left-radius: 6px;
951951
border-bottom-right-radius: 6px;
952-
border: 1px solid #282828;
952+
border: 1px solid #404040;
953953
border-top: none;
954954
}
955955

0 commit comments

Comments
 (0)