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: 3d6f1bad044577188dbc4a899e09ce01b8b1d1ea (plain)
1
2
3
4
5
6
7
8
9
$lightcode: (
  content-code-color: #607d8b,
  content-pre-color: #344952,
  content-pre-number-color: #aaa,
  content-pre-background-color: #f7f8f9,
  content-pre-border-background-color: darken(#eceff1, 7%),
  content-pre-header-background-color: darken(#eceff1, 3.5%),
  content-pre-header-color: #344952,
);