summaryrefslogtreecommitdiffstats
path: root/assets/css/_basics.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-06 21:53:04 +0200
committerVolpeon <git@volpeon.ink>2021-05-06 21:53:04 +0200
commite99681e1abb802e486a7042434ec2697585a9d0e (patch)
tree66a286c6b95b27d76c0170b0ad261b5016cdc553 /assets/css/_basics.scss
parentUpdate (diff)
downloadvolpeon.ink-e99681e1abb802e486a7042434ec2697585a9d0e.tar.gz
volpeon.ink-e99681e1abb802e486a7042434ec2697585a9d0e.tar.bz2
volpeon.ink-e99681e1abb802e486a7042434ec2697585a9d0e.zip
Update
Diffstat (limited to 'assets/css/_basics.scss')
-rw-r--r--assets/css/_basics.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss
index 2a271ff..b2a437b 100644
--- a/assets/css/_basics.scss
+++ b/assets/css/_basics.scss
@@ -84,7 +84,6 @@ li {
84 width: prop(--dims --indent); 84 width: prop(--dims --indent);
85 margin-left: calc(-1 * #{prop(--dims --indent)}); 85 margin-left: calc(-1 * #{prop(--dims --indent)});
86 color: prop(--colors --fg-hi); 86 color: prop(--colors --fg-hi);
87 font-family: $font-fam--mono;
88 } 87 }
89} 88}
90 89
@@ -144,7 +143,7 @@ h6 {
144 font-family: $font-fam--large; 143 font-family: $font-fam--large;
145 font-size: 1em; 144 font-size: 1em;
146 font-weight: 600; 145 font-weight: 600;
147 line-height: 1.2; 146 line-height: 1.4;
148 font-feature-settings: 'ss02' 1; 147 font-feature-settings: 'ss02' 1;
149 148
150 & + & { 149 & + & {
@@ -163,7 +162,7 @@ p {
163 162
164hr { 163hr {
165 height: 1px; 164 height: 1px;
166 margin: ($line-height * 1rem) 0; 165 margin: ($line-height * 2rem) 0;
167 border: 0; 166 border: 0;
168 background-color: prop(--colors --obj-hi); 167 background-color: prop(--colors --obj-hi);
169} 168}
@@ -172,5 +171,5 @@ blockquote,
172pre { 171pre {
173 margin: ($line-height * 1rem) 0 0 1px; 172 margin: ($line-height * 1rem) 0 0 1px;
174 padding-left: calc(#{prop(--dims --indent)} - 3px); 173 padding-left: calc(#{prop(--dims --indent)} - 3px);
175 border-left: 2px solid prop(--colors --obj); 174 border-left: 3px solid prop(--colors --obj);
176} 175}