Projekt

Obecné

Profil

Stáhnout (193 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
/* here are defined default color values for all app usage color: var(--primary-color) */
2
:root {
3
  --primary-color: #AD2624;
4
  --primary-color-dark: #932523;
5
  --navbar-text-color: #ffffff;
6
}
(7-7/7)