Fix kbd Tag color in dark mode (#2176)

refs: TryGhost#13616
From danimajo "fix the text color of the kdb tag in dark mode to dark text"
This commit is contained in:
Daniel Kreiseder 2022-01-07 19:12:27 +01:00 committed by GitHub
parent d8aebb0c24
commit fb45c57932

View File

@ -1061,3 +1061,8 @@ input:focus,
.kg-header-card.kg-style-dark { .kg-header-card.kg-style-dark {
background: #08090C; background: #08090C;
} }
kbd {
color: #394047;
}