From b1d58005c14e6f1858669cebe1ab382f2597bd6d Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Tue, 18 Oct 2022 10:42:16 +0200 Subject: [PATCH] Publication date in footer --- main.css | 16 ++++++++++++++-- raspberry-pi-temperature-monitoring.html | 7 ++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/main.css b/main.css index 6ec617a..770ba05 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ body { - background-color: #c6beaf; + background-color: #d6cebf; } #favicon { @@ -25,4 +25,16 @@ article { .fancy-name, .code { font-family: monospace; -} \ No newline at end of file +} + +.entry-footer { + margin-top: 1em; + border-top: 1px solid #005e75; + padding-top: 0.5em; +} + +@media print { + body { + background-color: white; + } +} diff --git a/raspberry-pi-temperature-monitoring.html b/raspberry-pi-temperature-monitoring.html index c11d94b..7e4593b 100644 --- a/raspberry-pi-temperature-monitoring.html +++ b/raspberry-pi-temperature-monitoring.html @@ -1,9 +1,12 @@ + Raspberry Pi temperature monitoring + calendar + +

FliegendeWurst's corner of the WWW

Raspberry Pi 0 W + sensors + OLED display = temperature monitoring and calendar

@@ -106,4 +109,6 @@ sudo mv nix /

- \ No newline at end of file +
Posted 5th October 2022
+ +