ui(footer): update font and color

This commit is contained in:
Yann Amsellem
2025-01-16 14:51:32 +01:00
parent f859618fca
commit 0ea20fafa8

View File

@@ -446,6 +446,8 @@
display: flex;
place-items: center;
gap: 8px;
font-family: monospace;
color: hsl(0deg 0% 70%);
& > .spacer {
flex: 1;
@@ -462,6 +464,7 @@
aspect-ratio: 1;
flex-shrink: 0;
background-color: transparent;
color: hsl(0deg 0% 100%);
&.active {
color: hsl(204deg 88% 65%);