mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Use css variables for badge (#29)
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
:root {
|
||||
--lock-color: #888;
|
||||
}
|
||||
|
||||
.DiscussionLockedPost {
|
||||
.EventPost-icon,
|
||||
.EventPost-info,
|
||||
.EventPost-info a {
|
||||
color: #888;
|
||||
color: var(--lock-color);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user