diff --git a/index.html b/index.html
index 95775f7..85389f3 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,8 @@
+
+
Interesting tidbits
@@ -42,10 +44,12 @@ Old projects:
bwinf.35.1, my solutions to a computer science contest
-Links: Github profile, Gitlab profile, BOINC contributions.
+Links: GitHub profile, GitLab profile, Gitea instance, BOINC contributions.
+
+
\ No newline at end of file
diff --git a/main.css b/main.css
index 37197c1..6fe4f07 100644
--- a/main.css
+++ b/main.css
@@ -1,7 +1,3 @@
-body {
- background-color: #d6cebf;
-}
-
#favicon {
width: 2.5em;
height: 2.5em;
@@ -18,6 +14,16 @@ article {
max-width: 45em;
}
+main {
+ max-width: 60em;
+ margin-left: auto;
+ margin-right: auto;
+ background-color: #d6cebf;
+ border: 0.3em outset gold;
+ border-radius: 1em;
+ padding: 1em;
+}
+
#hero-img {
width: 30em;
padding: 3em;
@@ -38,3 +44,19 @@ article {
background-color: white;
}
}
+
+@media (prefers-color-scheme: dark) {
+ html {
+ color: #fff;
+ background-color: #000;
+ }
+ a {
+ color: #aaf;
+ }
+ a:visited {
+ color: #faf;
+ }
+ main {
+ background-color: #222;
+ }
+}
\ No newline at end of file
diff --git a/raspberry-pi-temperature-monitoring.html b/raspberry-pi-temperature-monitoring.html
index a771d3c..ea2c5de 100644
--- a/raspberry-pi-temperature-monitoring.html
+++ b/raspberry-pi-temperature-monitoring.html
@@ -8,6 +8,7 @@
+
Raspberry Pi 0 W + sensors + OLED display = temperature monitoring and calendar
@@ -113,3 +114,5 @@ sudo mv nix /
+
+
diff --git a/tree-style-tabs-new-tab-button-bottom.html b/tree-style-tabs-new-tab-button-bottom.html
index 616bc39..6a641d2 100644
--- a/tree-style-tabs-new-tab-button-bottom.html
+++ b/tree-style-tabs-new-tab-button-bottom.html
@@ -9,6 +9,7 @@
+
Fixing the position of TST's new tab button
@@ -40,5 +41,6 @@ Simply add the CSS code below to TST's custom style option ("Advanced" > "Extra
+