&:hover,
&:focus-visible {
my-global-icon {
- @include apply-svg-color(var(--mainBackgroundColor));
+ @include apply-svg-color(var(--menuForegroundColor));
}
}
a, span[role=button] {
display: inline-block;
text-decoration: none;
- color: pvar(--mainBackgroundColor);
+ color: pvar(--menuForegroundColor);
opacity: $footer-links-base-opacity;
white-space: nowrap;
font-size: 90%;
height: 1.4rem;
my-global-icon {
- @include apply-svg-color(pvar(--mainBackgroundColor));
+ @include apply-svg-color(pvar(--menuForegroundColor));
display: flex;
width: auto;
.footer-copyleft small a {
@include disable-default-a-behaviour;
- color: pvar(--mainBackgroundColor);
+ color: pvar(--menuForegroundColor);
opacity: $footer-links-base-opacity - .2;
}
}
code {
background-color: pvar(--greyBackgroundColor);
+ color: pvar(--greyForegroundColor);
border-radius: 3px;
padding: .2em .4em;
margin: auto .4em;
opacity: 0.6;
&.active {
- background-color: #f0f0f0;
+ background-color: pvar(--submenuColor);
}
&.active, &:hover, &:active, &:focus {