aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-06-29 08:41:22 -0400
committerBradley Taunt <bt@btxx.org>2025-06-29 08:41:22 -0400
commit044254d92392408235455fce8cc145ea20d82109 (patch)
treefcb5840acc9b819ded4de87feb7efa96efd4c44f /public
parent3be21c4a0bced8c80e04700dd9dc56f8af96f096 (diff)
Initial pass on new post for OpenWrt and Starlink
Diffstat (limited to 'public')
-rw-r--r--public/images/starlink-openwrt.webpbin0 -> 43096 bytes
-rw-r--r--public/style.css31
2 files changed, 17 insertions, 14 deletions
diff --git a/public/images/starlink-openwrt.webp b/public/images/starlink-openwrt.webp
new file mode 100644
index 0000000..8a13de7
--- /dev/null
+++ b/public/images/starlink-openwrt.webp
Binary files differ
diff --git a/public/style.css b/public/style.css
index 7efaf5c..9cb4b9a 100644
--- a/public/style.css
+++ b/public/style.css
@@ -3,17 +3,17 @@
}
body {
- font-family: Verdana, sans-serif;
+ font-family: Arial, Verdana, sans-serif;
line-height: 1.6;
margin: 0 auto;
- max-width: 720px;
+ max-width: 780px;
padding: 0 1em;
}
h1 {
line-height: 1.2;
- margin-bottom: 10px;
- margin-top: 0;
+ margin-bottom: 10px !important;
+ margin-top: 0 !important;
}
h1 + p {
margin-top: 0;
@@ -26,7 +26,8 @@ h2 {
h3 {
border-bottom: 1px solid #ddd;
}
-h2,h3,h4,h5,h6 {
+h1,h2,h3,h4,h5,h6 {
+ font-family: Trebuchet MS, Verdana, sans-serif;
margin: 2.5rem 0 0;
}
@@ -50,7 +51,17 @@ a:hover, a:focus {
}
header {
- margin: 1.5rem 0;
+ border-bottom: 1px solid;
+ font-size: 95%;
+ margin: 1rem 0;
+}
+header nav ul {
+ list-style: none;
+ padding: 0;
+}
+header nav ul li {
+ display: inline-block;
+ margin: 0 15px 0 0;
}
.posts {
@@ -172,14 +183,6 @@ footer {
footer > p {
margin-top: 0;
}
-footer nav ul {
- list-style: none;
- padding: 0;
-}
-footer nav ul li {
- display: inline-block;
- margin: 0 15px 10px 0;
-}
@media (prefers-color-scheme: dark) {
a {