mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
16 lines
444 B
CSS
16 lines
444 B
CSS
:root {
|
|
--primary-color: #0594CB;
|
|
--primary-color-dark: #0A1922;
|
|
--primary-color-light: #f9f9f9;
|
|
--accent-color: #EBB951;
|
|
--accent-color-light: #FF4088;
|
|
--accent-color-dark: #33ba91;
|
|
--text-color-primary: #373737;
|
|
--text-on-primary-color: #fff;
|
|
--text-color-secondary: #ccc;
|
|
--text-color-disabled: #F7f7f7;
|
|
--divider-color: #f6f6f6;
|
|
--warn-color: red;
|
|
|
|
--blue: var(--primary-color);
|
|
}
|