organize config.toml params, and stop treating frontmattered CSS as SCSS unnecessarily -- it appears to cause some weird race condition with temporary files every once in a while...? not the intended use anyways though.

This commit is contained in:
2020-07-12 19:51:19 -04:00
parent 9bf2d2e36b
commit 5123b8831a
15 changed files with 60 additions and 60 deletions
+7 -9
View File
@@ -42,15 +42,13 @@ css: |
div#content span.limegreen {
color: #32cd32;
}
header nav {
a#logo h1#name {
font-size: 1.5em;
line-height: 1.15;
}
ul li a span.text {
font-size: 0.9em;
line-height: 1.15;
}
header nav a#logo h1#name {
font-size: 1.5em;
line-height: 1.15;
}
header nav ul li a span.text {
font-size: 0.9em;
line-height: 1.15;
}
footer div#copyright, footer div#poweredby {
font-size: 1.1em;