Skip to content

Commit 2337f23

Browse files
committed
Fix #1913: maturity label color in dark mode on website
1 parent e2dfb0b commit 2337f23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/Library/Website.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ event.listen {
3535
padding: 10px;
3636
margin: 0px !important;
3737
}
38+
39+
html[data-theme="dark"] .website-warning {
40+
background-color: #403521;
41+
}
3842
```

0 commit comments

Comments
 (0)