diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-11-08 00:18:54 +0100 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-11-08 00:18:54 +0100 |
commit | 37fde0aef270c329782851a1dbb9cc79d8df12d4 (patch) | |
tree | dff6d39f86c110ed316972273dadf61fc00be8d4 | |
parent | dodani redirects (diff) | |
download | sijanec.eu-37fde0aef270c329782851a1dbb9cc79d8df12d4.tar sijanec.eu-37fde0aef270c329782851a1dbb9cc79d8df12d4.tar.gz sijanec.eu-37fde0aef270c329782851a1dbb9cc79d8df12d4.tar.bz2 sijanec.eu-37fde0aef270c329782851a1dbb9cc79d8df12d4.tar.lz sijanec.eu-37fde0aef270c329782851a1dbb9cc79d8df12d4.tar.xz sijanec.eu-37fde0aef270c329782851a1dbb9cc79d8df12d4.tar.zst sijanec.eu-37fde0aef270c329782851a1dbb9cc79d8df12d4.zip |
-rw-r--r-- | _layouts/post.html | 2 | ||||
-rw-r--r-- | _sass/main.scss | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 8bb4651..3003a33 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ layout: default <h1> {{ page.title }} </h1> -<p> +<p class=dimmedtext > {% assign argv = page.date | append: ",true,true" | split: "," %} {% include datumincas.html %} {{ return }} diff --git a/_sass/main.scss b/_sass/main.scss index 1584b23..59fb0c8 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -6,6 +6,10 @@ color: gray; } +.dimmedtext a { + color: #3344dd; +} + .textright { width: 100%; text-align: right; @@ -25,3 +29,9 @@ table, th, td, tr { margin-right: 10%; } } + +body { + /* font-size: 18px; + line-height: 1.4; */ + font-family: arial; +} |