Files
RomhackPlaza/resources/css/theme-overrides.css

13 lines
263 B
CSS
Raw Normal View History

2026-07-02 10:41:31 +02:00
.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;
}
}