Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LukasJoswiak/etch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorLukas Joswiak <lukas@lukasjoswiak.com>2021-04-11 04:54:26 +0300
committerGitHub <noreply@github.com>2021-04-11 04:54:26 +0300
commit3e7256c7ea7c2188866384a2cf0f34d31d6864cf (patch)
tree99d2615730ea9dc65da48923fbdeba7c388c789d /assets
parent2a641ceb992f77a9c8103ac45b8f7a7e9ca9e1e2 (diff)
Add support for lastmod (#19)
Diffstat (limited to 'assets')
-rw-r--r--assets/css/dark.css2
-rw-r--r--assets/css/main.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/dark.css b/assets/css/dark.css
index 1f25da1..9a407ef 100644
--- a/assets/css/dark.css
+++ b/assets/css/dark.css
@@ -43,7 +43,7 @@ main#content ul#posts li a:hover {
color: #21c7ff;
}
-main#content header#post-header time {
+main#content header#post-header div {
color: #a7a7a7;
}
{{- if not (eq .Site.Params.dark "on") -}}
diff --git a/assets/css/main.css b/assets/css/main.css
index db49ef7..f55c504 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -142,7 +142,7 @@ main#content header#post-header h1 {
line-height: 1.15;
}
-main#content header#post-header time {
+main#content header#post-header div {
display: block;
font-size: 0.85em;
color: #767676;