mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02:00
feat: Declare & Use CSS Custom Properties (#3146)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.ValidationError {
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
color: @validation-error-color;
|
||||
color: var(--validation-error-color);
|
||||
}
|
||||
|
Reference in New Issue
Block a user