aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplate/style.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/template/style.css b/template/style.css
index 4ca2932..72284d9 100755
--- a/template/style.css
+++ b/template/style.css
@@ -1,5 +1,5 @@
1:root { 1:root {
2 --base-document-width: 740px; 2 --base-document-width: 700px;
3 --base-font-size: 18px; 3 --base-font-size: 18px;
4 --base-color: #111111; 4 --base-color: #111111;
5 5
@@ -161,18 +161,18 @@ blockquote p {
161} 161}
162 162
163.post-list li a { 163.post-list li a {
164 text-decoration: none; 164 /*text-decoration: none;
165 color: var(--link-color); 165 color: var(--link-color);*/
166} 166}
167 167
168.post-list li a:hover { 168.post-list li a:hover {
169 text-decoration: underline; 169 /*text-decoration: underline;
170 color: var(--link-color-hover); 170 color: var(--link-color-hover);*/
171} 171}
172 172
173.post-list li a h2 { 173.post-list li a h2 {
174 font-weight: 400; 174 font-weight: 400;
175 font-size: 130%; 175 font-size: 110%;
176 margin: 0; 176 margin: 0;
177} 177}
178 178
@@ -184,13 +184,13 @@ blockquote p {
184} 184}
185 185
186.project-list a { 186.project-list a {
187 text-decoration: none; 187 /*text-decoration: none;
188 color: var(--link-color); 188 color: var(--link-color);*/
189} 189}
190 190
191.project-list li a:hover { 191.project-list li a:hover {
192 text-decoration: underline; 192 /*text-decoration: underline;
193 color: var(--link-color-hover); 193 color: var(--link-color-hover);*/
194} 194}
195 195
196 196