Have links and button inherit their text color

This commit is contained in:
Kevin MacMartin 2024-04-10 23:30:45 -04:00
parent 6b2126e5a0
commit c2e59f2e32
1 changed files with 8 additions and 0 deletions

View File

@ -61,6 +61,14 @@ body {
width: 100%;
color: $c-text;
-webkit-overflow-scrolling: touch;
a, button {
color: inherit;
&:hover, &:focus {
color: inherit;
}
}
}
.page-container {