fitness: more nord blue as accent color for both light and dark
All checks were successful
CI / update (push) Successful in 2m14s

This commit is contained in:
2026-03-26 14:57:31 +01:00
parent 91582d6009
commit 7f6dcd83a8

View File

@@ -599,8 +599,8 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 1rem; padding: 1rem;
background: var(--color-primary); background: var(--blue);
color: var(--primary-contrast); color: white;
border: none; border: none;
border-radius: 10px; border-radius: 10px;
cursor: pointer; cursor: pointer;
@@ -666,8 +666,8 @@
align-items: center; align-items: center;
gap: 0.4rem; gap: 0.4rem;
padding: 1rem 0.5rem; padding: 1rem 0.5rem;
background: var(--color-primary); background: var(--blue);
color: var(--primary-contrast); color: white;
border: none; border: none;
border-radius: 10px; border-radius: 10px;
font-weight: 700; font-weight: 700;