From 5528ea7e2d256b5dc05026a00b3cb721a3f9d98f Mon Sep 17 00:00:00 2001 From: yequari Date: Sun, 3 Nov 2024 13:59:10 -0700 Subject: [PATCH] new data file, minor index tweaks --- data/now.yaml | 3 +++ layouts/partials/footer.html | 6 +++--- themes/dreamcast/static/css/main.css | 8 ++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 data/now.yaml diff --git a/data/now.yaml b/data/now.yaml new file mode 100644 index 0000000..d02e78d --- /dev/null +++ b/data/now.yaml @@ -0,0 +1,3 @@ +- "Futzing around with iPods" +- "Building a CD collection" +- "Improving my physical fitness" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index eb7498c..53f8acc 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,6 @@ +

+ +

Site updated . @@ -6,6 +9,3 @@ Page version {{ .AbbreviatedHash }}. {{ end }}

-

- -

diff --git a/themes/dreamcast/static/css/main.css b/themes/dreamcast/static/css/main.css index 7ec4ad9..c15c602 100644 --- a/themes/dreamcast/static/css/main.css +++ b/themes/dreamcast/static/css/main.css @@ -421,7 +421,7 @@ li.page-item { } footer { - border-top: 1px dotted var(--secondary-text); + /* border-top: 1px dotted var(--secondary-text); */ text-align: center; color: var(--secondary-text); flex: 1 1 100%; @@ -443,10 +443,14 @@ footer a:hover, footer a:active { #theme-toggle { background: var(--content-bg); color: var(--primary-text); - border: 1px solid var(--primary-text); + border: 1px solid var(--ternary-link); border-radius: 5px; } +#theme-toggle:active { + border: 1px solid var(--ternary-link-hover); +} + .metadata { display: flex; flex-flow: row;