mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
feat: Declare & Use CSS Custom Properties (#3146)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
list-style: none;
|
||||
|
||||
> li {
|
||||
border-bottom: 1px solid @control-bg;
|
||||
border-bottom: 1px solid var(--control-bg);
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
z-index: 1;
|
||||
|
||||
&, a {
|
||||
color: @muted-color;
|
||||
color: var(--muted-color);
|
||||
}
|
||||
a {
|
||||
font-style: italic;
|
||||
|
Reference in New Issue
Block a user