fix(styling): copy module link color and other small stuff
This commit is contained in:
committed by
Benedikt Rötsch
parent
d75464dd77
commit
613a790d9e
@@ -8,6 +8,13 @@
|
||||
border-radius: var(--border-radius);
|
||||
color: var(--module-copy-emphasized-color);
|
||||
|
||||
& a {
|
||||
color: inherit;
|
||||
&:hover {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
@media (--breakpoint-desktop) {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user