feat: header and spare time transition colors as well

This commit is contained in:
pskfyi 2022-01-09 22:18:15 -08:00 committed by pskfyi
commit dbe68a5f36
2 changed files with 2 additions and 0 deletions

View file

@ -45,6 +45,7 @@ header {
grid-template-columns: 1fr 1fr 1fr;
min-width: 18rem;
width: 100%;
transition: background-color 2000ms, color 2000ms;
}
@media (min-width: 768px) {
header {