diff options
Diffstat (limited to 'assets/css/_vars.scss')
-rw-r--r-- | assets/css/_vars.scss | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/assets/css/_vars.scss b/assets/css/_vars.scss index c061f4f..96e56c6 100644 --- a/assets/css/_vars.scss +++ b/assets/css/_vars.scss | |||
@@ -1,27 +1,27 @@ | |||
1 | $font-size: 17px; | 1 | $font-size: 17px; |
2 | $nav-font-size: $font-size - 1; | ||
3 | $code-block-font-size: $font-size - 1; | ||
4 | $content-h1-font-size: $font-size + 1; | ||
5 | |||
6 | $line-height: 1.5; | 2 | $line-height: 1.5; |
7 | $code-block-line-height: 1.4; | ||
8 | 3 | ||
9 | $content-width: 80ch; | 4 | $code-block--font-size: $font-size - 1; |
5 | $code-block--line-height: 1.4; | ||
6 | |||
7 | $content--width: 80ch; | ||
8 | $content--h1--font-size: $font-size + 1; | ||
10 | 9 | ||
11 | $container-pad-h: 2rem; | 10 | $subcontent--indent: 4ch; |
12 | $container-pad-h-sm: 1rem; | ||
13 | $container-pad-v: $line-height * 2rem; | ||
14 | 11 | ||
15 | $nav-item-spacing: 4ch; | 12 | $container--pad-h: 2rem; |
16 | $nav-item-spacing-sm: 3ch; | 13 | $container--pad-h-sm: 1rem; |
17 | $nav-item-pad-h: 1ch; | 14 | $container--pad-v: $line-height * 2rem; |
18 | $nav-item-pad-v: 1em; | ||
19 | 15 | ||
20 | $page-item-prefix-max-chars: 3ch; | 16 | $nav--font-size: $font-size - 1; |
21 | $page-item-prefix-pad: 2ch; | 17 | $nav--item--spacing: 4ch; |
22 | $page-item-prefix-width: $page-item-prefix-max-chars + $page-item-prefix-pad; | 18 | $nav--item--spacing-sm: 3ch; |
19 | $nav--item--pad-h: 1ch; | ||
20 | $nav--item--pad-v: 1em; | ||
23 | 21 | ||
24 | $subcontent-indent: 4ch; | 22 | $page--item-prefix--max-chars: 3ch; |
23 | $page--item-prefix--pad: 2ch; | ||
24 | $page--item-prefix--width: $page--item-prefix--max-chars + $page--item-prefix--pad; | ||
25 | 25 | ||
26 | $breakpoints: ( | 26 | $breakpoints: ( |
27 | xs: 380px, | 27 | xs: 380px, |
@@ -45,24 +45,24 @@ $breakpoints: ( | |||
45 | --fg-plus: var(--gray5); | 45 | --fg-plus: var(--gray5); |
46 | --fg-plus-2: var(--gray6); | 46 | --fg-plus-2: var(--gray6); |
47 | 47 | ||
48 | --heading-fg: var(--fg-plus-2); | 48 | --heading--fg: var(--fg-plus-2); |
49 | 49 | ||
50 | --select-bg: hsla(270, 2%, 100%, 0.996); | 50 | --select--bg: hsla(270, 2%, 100%, 0.996); |
51 | --select-fg: var(--bg-minus); | 51 | --select--fg: var(--bg-minus); |
52 | 52 | ||
53 | --code-fg: var(--fg-minus); | 53 | --code--fg: var(--fg-minus); |
54 | --code-block-fg: var(--fg-minus); | 54 | --code-block--fg: var(--fg-minus); |
55 | 55 | ||
56 | --page-item-prefix-fg: var(--fg-minus); | 56 | --page--item-prefix--fg: var(--fg-minus); |
57 | 57 | ||
58 | --link-idle-fg: var(--fg-plus-2); //#90acf2; | 58 | --link--idle--fg: var(--fg-plus-2); //#90acf2; |
59 | --link-visited-fg: var(--fg-plus); //#bc9df2; | 59 | --link--visited--fg: var(--fg-plus); //#bc9df2; |
60 | --link-hover-bg: var(--fg-plus-2); | 60 | --link--hover--bg: var(--fg-plus-2); |
61 | --link-hover-fg: var(--bg-minus); | 61 | --link--hover--fg: var(--bg-minus); |
62 | 62 | ||
63 | --nav-bg: var(--bg-minus); | 63 | --nav--bg: var(--bg-minus); |
64 | --nav-logo-fg: var(--fg-minus); | 64 | --nav--logo--fg: var(--fg-minus); |
65 | --nav-item-idle-fg: var(--fg); | 65 | --nav--item--idle--fg: var(--fg); |
66 | --nav-item-hover-fg: var(--fg-plus-2); | 66 | --nav--item--hover--fg: var(--fg-plus-2); |
67 | --nav-item-active-fg: var(--fg-plus-2); | 67 | --nav--item--active--fg: var(--fg-plus-2); |
68 | } | 68 | } |