fitness: more nord blue as accent color for both light and dark

This commit is contained in:
2026-03-26 14:57:31 +01:00
parent 7aff205788
commit c286580050
@@ -599,8 +599,8 @@
align-items: center;
justify-content: space-between;
padding: 1rem;
background: var(--color-primary);
color: var(--primary-contrast);
background: var(--blue);
color: white;
border: none;
border-radius: 10px;
cursor: pointer;
@@ -666,8 +666,8 @@
align-items: center;
gap: 0.4rem;
padding: 1rem 0.5rem;
background: var(--color-primary);
color: var(--primary-contrast);
background: var(--blue);
color: white;
border: none;
border-radius: 10px;
font-weight: 700;