Skip to content

Commit 59357b2

Browse files
committed
Apply dark theme to folder names of list item
1 parent 1582184 commit 59357b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

browser/styles/theme/dark.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ body[data-theme="dark"]
128128
&:hover
129129
background-color lighten(themeDarkList, 5%)
130130

131+
.ArticleList-item-top
132+
.folderName
133+
color darken(themeDarkText, 15%)
134+
131135
.divider
132136
border-color themeDarkBorder
133137

0 commit comments

Comments
 (0)