summaryrefslogtreecommitdiffstats
path: root/assets/css/_basics.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_basics.scss')
-rw-r--r--assets/css/_basics.scss12
1 files changed, 4 insertions, 8 deletions
diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss
index 560ec94..a8ed013 100644
--- a/assets/css/_basics.scss
+++ b/assets/css/_basics.scss
@@ -55,7 +55,7 @@ pre {
55} 55}
56 56
57strong { 57strong {
58 color: var(--fg-plus-2); 58 color: var(--fg-lo);
59 font-weight: bold; 59 font-weight: bold;
60} 60}
61 61
@@ -75,7 +75,7 @@ li {
75 position: absolute; 75 position: absolute;
76 width: $subcontent--indent; 76 width: $subcontent--indent;
77 margin-left: -1 * $subcontent--indent; 77 margin-left: -1 * $subcontent--indent;
78 color: var(--fg-minus); 78 color: var(--fg-hi);
79 } 79 }
80} 80}
81 81
@@ -142,20 +142,16 @@ p {
142 } 142 }
143} 143}
144 144
145:visited {
146 color: var(--link--visited--fg);
147}
148
149hr { 145hr {
150 height: 1px; 146 height: 1px;
151 margin: ($line-height * 2em) 0 ($line-height * 2em); 147 margin: ($line-height * 2em) 0 ($line-height * 2em);
152 border: 0; 148 border: 0;
153 background-color: var(--bg-plus); 149 background-color: var(--obj);
154} 150}
155 151
156blockquote { 152blockquote {
157 position: relative; 153 position: relative;
158 margin: ($line-height * 1em) 0 0; 154 margin: ($line-height * 1em) 0 0;
159 padding-left: calc(#{$subcontent--indent} - 2px); 155 padding-left: calc(#{$subcontent--indent} - 2px);
160 border-left: 2px solid var(--bg-plus); 156 border-left: 2px solid var(--obj);
161} 157}