Halloween: css fixes
This commit is contained in:
parent
5befbb3b34
commit
c8ec04ea21
1 changed files with 17 additions and 0 deletions
|
@ -145,6 +145,23 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.column-header > button.grouped,
|
||||
.column-header > .btn.grouped {
|
||||
color: #fff;
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
&::before {
|
||||
background-color: var(--brand-color);
|
||||
}
|
||||
}
|
||||
|
||||
.primary-navigation__wrapper .primary-navigation hr {
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
// Animations
|
||||
|
|
Loading…
Reference in a new issue