Skip to content

Commit 31c82d3

Browse files
authored
Adjusted text color (#2772)
1 parent ebb1237 commit 31c82d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/css/common.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,11 @@ body.darkmode p.caution, body.darkmode div.caution {
355355
background-color: hsl(180, 40%, 20%);
356356
}
357357

358+
body.darkmode p.support, body.darkmode div.support {
359+
background-color: rgb(255, 255, 230);
360+
color: rgb(30, 30, 30)
361+
}
362+
358363
body.darkmode div.caution-title > span {
359364
color: rgb(255,140,0)
360365
}

0 commit comments

Comments
 (0)