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

light.scss « highlight « partials « scss « assets - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 174b6496f5056604cef85c80101dc34eaf8fca27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
*   Style: monokailight
*   https://xyproto.github.io/splash/docs/monokailight.html
*/

$color: #272822;
$background-color: #fafafa;
$error-color: #960050;
$keyword-color: #00a8c8;
$text-color: #111111;
$name-color: #75af00;
$literal-color: #d88200;

@import "common.scss";