16 lines
214 B
Plaintext
Raw Normal View History

2021-08-16 10:18:32 +01:00
:root {
--sticky-bg: #d13e32;
}
2015-07-20 18:14:42 +09:30
.Badge--sticky {
2021-08-16 10:18:32 +01:00
--badge-bg: var(--sticky-bg);
2015-07-20 18:14:42 +09:30
}
2021-08-16 10:18:32 +01:00
2015-07-20 18:14:42 +09:30
.DiscussionStickiedPost {
& .EventPost-icon,
& .EventPost-info,
& .EventPost-info a {
2021-08-16 10:18:32 +01:00
color: var(--sticky-bg);
2015-07-20 18:14:42 +09:30
}
}