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

_lightcode.scss « themes « sass « assets - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e90a426d2218a8a8189b40b69c0222b2a6e0113b (plain)
1
2
3
4
5
6
7
8
9
10
$lightcode: (
  content-code-color: #607d8b,
  content-pre-main-color: #607d8b,
  content-pre-color: #344952,
  content-pre-number-color: #aaa,
  content-pre-background-color: #eceff1,
  content-pre-border-background-color: darken(#eceff1, 7%),
  content-pre-header-background-color: darken(#eceff1, 3.5%),
  content-pre-header-color: #344952,
);