fitness: more nord blue as accent color for both light and dark
All checks were successful
CI / update (push) Successful in 2m14s
All checks were successful
CI / update (push) Successful in 2m14s
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user