diff options
Diffstat (limited to 'assets/css/_basics.scss')
| -rw-r--r-- | assets/css/_basics.scss | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss index 573167c..c3c62db 100644 --- a/assets/css/_basics.scss +++ b/assets/css/_basics.scss | |||
| @@ -8,7 +8,7 @@ img::selection { | |||
| 8 | } | 8 | } |
| 9 | 9 | ||
| 10 | :focus { | 10 | :focus { |
| 11 | outline: 3px solid prop(--colors --focus-ring); | 11 | outline: 2px solid prop(--colors --focus-ring); |
| 12 | outline-offset: 3px; | 12 | outline-offset: 3px; |
| 13 | } | 13 | } |
| 14 | 14 | ||
| @@ -45,7 +45,8 @@ code { | |||
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | code { | 47 | code { |
| 48 | color: var(--code--fg); | 48 | color: var(--code--fg); |
| 49 | font-size: 1 / 16 * 15em; | ||
| 49 | } | 50 | } |
| 50 | 51 | ||
| 51 | pre { | 52 | pre { |
| @@ -138,10 +139,12 @@ h3, | |||
| 138 | h4, | 139 | h4, |
| 139 | h5, | 140 | h5, |
| 140 | h6 { | 141 | h6 { |
| 141 | margin: ($line-height * 2rem) 0 0; | 142 | margin: ($line-height * 2rem) 0 0; |
| 142 | color: var(--heading--fg); | 143 | color: var(--heading--fg); |
| 143 | font-size: 1em; | 144 | font-size: 1 / 16 * 14em; |
| 144 | font-weight: 700; | 145 | font-weight: 700; |
| 146 | letter-spacing: 1px; | ||
| 147 | text-transform: uppercase; | ||
| 145 | 148 | ||
| 146 | & + & { | 149 | & + & { |
| 147 | margin-top: $line-height * 1rem; | 150 | margin-top: $line-height * 1rem; |
