Fix footer link colors
This commit is contained in:
@@ -15,6 +15,11 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-top: 1px solid rgba(214, 211, 211, 0.5);
|
border-top: 1px solid rgba(214, 211, 211, 0.5);
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--theme-color-components-text-on-dark);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.links {
|
.links {
|
||||||
column-gap: 2rem;
|
column-gap: 2rem;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user