This commit is contained in:
mjallen18
2025-12-01 14:50:23 -06:00
parent 73581fd8f0
commit 47e2b0caf8
15 changed files with 375 additions and 44 deletions

View File

@@ -45,7 +45,7 @@ let
@keyframes blinker {
50% {
color: ${palette.colors.danger};
color: @base08;
}
}