Skip to content

Commit c4b9cc7

Browse files
Merge pull request #3 from AlexTheMagnus/darkmode_borders
Feat: Add darkmode to the remaining white border lines
2 parents 926bb2a + 3b165a2 commit c4b9cc7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/dark.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ main, .bg-white {
3232
stroke: var(--light-element) !important;
3333
}
3434

35-
.border-gray-50, .border-gray-100, .border-b-gray-100 {
35+
.border, .border-gray-50, .border-gray-100, .border-b-gray-100, .border-t-gray-100 {
3636
border-color: var(--boder-color) !important;
3737
}
3838

@@ -45,6 +45,10 @@ main, .bg-white {
4545
color: var(--ligther-element);
4646
}
4747

48+
[data-cy="spec-list-file"] {
49+
border-color: var(--boder-color) !important;
50+
}
51+
4852
[id="spec-filter"] {
4953
background-color: var(--background);
5054
}

0 commit comments

Comments
 (0)