mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
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:
parent
d8aebb0c24
commit
fb45c57932
1 changed files with 5 additions and 0 deletions
|
@ -1061,3 +1061,8 @@ input:focus,
|
|||
.kg-header-card.kg-style-dark {
|
||||
background: #08090C;
|
||||
}
|
||||
|
||||
kbd {
|
||||
color: #394047;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue