13 lines
263 B
CSS
13 lines
263 B
CSS
|
|
.light-mode {
|
||
|
|
--fix-white: #fff;
|
||
|
|
.news-meta {
|
||
|
|
color: var(--fix-white) !important;
|
||
|
|
}
|
||
|
|
.news-header .news-actions .btn {
|
||
|
|
color: var(--fix-white) !important;
|
||
|
|
}
|
||
|
|
.entry-badge {
|
||
|
|
color: var(--fix-white) !important;
|
||
|
|
}
|
||
|
|
}
|