mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-04 10:55:33 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user