mirror of
https://github.com/flarum/framework.git
synced 2025-01-25 00:46:13 +08:00
12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
:root {
|
|
--lock-color: #888;
|
|
}
|
|
|
|
.DiscussionLockedPost {
|
|
.EventPost-icon,
|
|
.EventPost-info,
|
|
.EventPost-info a {
|
|
color: var(--lock-color);
|
|
}
|
|
}
|