mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
feat: Declare & Use CSS Custom Properties (#3146)
This commit is contained in:
@@ -36,6 +36,6 @@
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
color: @text-color;
|
||||
color: var(--text-color);
|
||||
display: block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user