Adjust Cassette Beasts shrine footer's link's focus outline color

This commit is contained in:
Helen Chong 2024-06-11 02:10:46 +08:00
parent 7fc1334a56
commit b667b805ce
1 changed files with 6 additions and 8 deletions

View File

@ -31,14 +31,12 @@
--clr-main-footer-bg: #9b59b6;
}
.hero__top-bar {
color: var(--clr-navbar-link);
}
.footer {
color: var(--clr-navbar-link);
}
.hero__top-bar,
.footer,
.footer a {
color: var(--clr-navbar-link);
}
.footer a:focus {
outline-color: var(--clr-navbar-link);
}