StatusContent: Fix greentext.
This commit is contained in:
parent
a79bad5cdb
commit
4da0a0c0bf
@ -230,7 +230,7 @@ $status-margin: 0.75em;
|
|||||||
|
|
||||||
.greentext {
|
.greentext {
|
||||||
color: $fallback--cGreen;
|
color: $fallback--cGreen;
|
||||||
color: var(--cGreen, $fallback--cGreen);
|
color: var(--postGreentext, $fallback--cGreen);
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeline :not(.panel-disabled) > {
|
.timeline :not(.panel-disabled) > {
|
||||||
|
Loading…
Reference in New Issue
Block a user