Some icons and basic tweaks for the visuals
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-02-01 13:37:07 -03:00
parent 52c0fd5e2d
commit 4bcce26a74
11 changed files with 221 additions and 15 deletions

View File

@@ -375,6 +375,13 @@ a {
}
}
.icon-button {
display: flex;
align-items: center;
justify-content: center;
gap: var(--space-xs);
}
/* PRIMARY CTA
Use the CTA/button tokens (defined in BOTH modes) to guarantee contrast.
This fixes the dark-mode purple/white contrast violation without changing your purple brand accents. */