mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
New: Move to CSS Variables for Colorings
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
html,
|
||||
body {
|
||||
color: #515253;
|
||||
color: var(--textColor);
|
||||
font-family: 'Roboto', 'open sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user