mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
Fix theme datetime color
This commit is contained in:
parent
bc1543851e
commit
fd02f7b340
@ -55,11 +55,13 @@ a:hover {
|
|||||||
|
|
||||||
.nnwDate {
|
.nnwDate {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
color: var(--body-code-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nnwTime {
|
.nnwTime {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 66%;
|
font-size: 66%;
|
||||||
|
color: var(--body-code-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nnwDateTime {
|
.nnwDateTime {
|
||||||
|
Loading…
Reference in New Issue
Block a user