mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03: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
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user