april fools (or not) joke implemented really breaks lint, but works as expected. closes issue #19
1 files changed, 6 insertions(+), 0 deletions(-) M assets/css/style.scss
M assets/css/style.scss => assets/css/style.scss +6 -0
@@ 295,3 295,9 @@ html, body, input, textarea, select, button { height: 2ch; font-size: 1.1rem; } + +{% if site.env.UPSIDE_DOWN_TITLE == "true" %}.container #a-title h1 { + transform: rotate(180deg); + text-align: right; + margin: 0; +}{% endif %}