ui: fix clickable box contrast issue under darkmode

This commit is contained in:
liushuyu 2022-03-29 22:23:14 -06:00
parent 2103a8ec15
commit 0decda8232
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -182,6 +182,10 @@ pre {
background: #fff; background: #fff;
} }
.tile.box.clickable-box {
color: #4a4a4a;
}
/* Dark mode */ /* Dark mode */
body.has-background-black-ter .subtitle, body.has-background-black-ter .column > div { body.has-background-black-ter .subtitle, body.has-background-black-ter .column > div {
color: hsl(0, 0%, 96%); color: hsl(0, 0%, 96%);