Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_variables.css « css « src « gohugoioTheme « themes « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8701b15303cbda923987a7a590666d8e19b92b5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
: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);
}