WebUI: CSS/styling improvements

WebUI: CSS/styling improvements
This commit is contained in:
Chocobo1
2024-09-30 17:57:42 +08:00
committed by GitHub
13 changed files with 91 additions and 86 deletions

View File

@@ -25,7 +25,7 @@
}
#rssFetchingDisabled {
color: red;
color: var(--color-text-red);
font-style: italic;
margin-bottom: 10px;
}
@@ -53,13 +53,13 @@
}
#rssTorrentDetailsName {
background-color: #678db2;
background-color: var(--color-background-blue);
padding: 0;
color: white;
color: var(--color-text-white);
}
#rssTorrentDetailsDate {
background-color: #EFEFEF;
background-color: var(--color-background-default);
}
#rssDetailsView {