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
+ +