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: 5374c998d1ebe1f72519f977ea3c91fc13068815 (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: #f7f8f9,
  content-pre-border-background-color: darken(#f7f8f9, 7%),
  content-pre-header-background-color: darken(#f7f8f9, 3.5%),
  content-pre-header-color: #344952,
);