mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 22:03:56 -07:00
8 lines
191 B
CSS
8 lines
191 B
CSS
|
|
html {
|
||
|
|
--primary-color: #9A3334;
|
||
|
|
--primary-dark-color: #602021;
|
||
|
|
--primary-light-color: #bf4042;
|
||
|
|
--header-background: var(--primary-color);
|
||
|
|
--header-foreground: #FFFFFF;
|
||
|
|
}
|