mirror of
https://github.com/discourse/discourse-custom-header-links.git
synced 2025-02-17 00:45:25 +00:00
DEV: Use color from CSS custom properties (#12)
This commit is contained in:
commit
fa44683202
@ -1,5 +1,3 @@
|
|||||||
@import "common/foundation/variables";
|
|
||||||
|
|
||||||
.d-header {
|
.d-header {
|
||||||
&.hide-menus {
|
&.hide-menus {
|
||||||
.headerLink:not(.keep) {
|
.headerLink:not(.keep) {
|
||||||
@ -16,7 +14,7 @@
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
a {
|
a {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
color: $header_primary;
|
color: var(--header_primary);
|
||||||
font-size: $font-up-1;
|
font-size: $font-up-1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user