WebUI: Use correct text and background colors in RSS details view

This commit is contained in:
skomerko
2024-09-22 16:36:54 +02:00
parent 6bfabad92f
commit 2952480f37
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
}
#rssDownloaderDisabled {
color: red;
color: var(--color-text-red);
font-style: italic;
margin-bottom: 10px;
}