mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 13:05:50 +08:00
16 lines
214 B
Plaintext
16 lines
214 B
Plaintext
:root {
|
|
--sticky-bg: #d13e32;
|
|
}
|
|
|
|
.Badge--sticky {
|
|
--badge-bg: var(--sticky-bg);
|
|
}
|
|
|
|
.DiscussionStickiedPost {
|
|
& .EventPost-icon,
|
|
& .EventPost-info,
|
|
& .EventPost-info a {
|
|
color: var(--sticky-bg);
|
|
}
|
|
}
|