Use global accent color

This commit is contained in:
Sodbileg Gansukh 2021-03-29 15:17:09 +08:00
parent dc673b8329
commit fbbce37360
13 changed files with 15 additions and 15 deletions

View file

@ -4,7 +4,7 @@
:root {
/* Colours */
--color-primary: #3eb0ef;
--color-primary: var(--ghost-accent-color, #3eb0ef);
--color-base: #131313;
--color-border: #ddd;
--color-bg: #f5f5f5;