summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2026-04-06 09:34:33 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2026-04-06 09:34:33 +0200
commit984ca5a2330ce29b62892321f258d5a0afb0091c (patch)
treeaacc471dd281dfc4caefe9f486d616b585fa8afb /www/style.css
parentc378ca87d4dd7afb07f2cb1f9784c42c7fa7d127 (diff)
Apply some styling to the website an online manual.
www/style.css: Update styling to match pmikkelsen.com.
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
index c2e2799..35b47d8 100644
--- a/www/style.css
+++ b/www/style.css
@@ -1,3 +1,36 @@
+html, body {
+ font-align: left;
+ text-decoration: none;
+ color: black;
+}
+
+html {
+ background-color: #c2d2c6;
+}
+
body {
+ margin: 2em auto;
+ padding: 1em;
+ font-family: serif;
background-color: #e3dfd7;
+ max-width: 60em;
+ border: 2px solid #442a13;
+}
+
+a {
+ text-decoration: none;
+ outline-style: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+hr {
+ color: #442a13;
+}
+
+h1, h2, h3 {
+ color: #c48f3b;
}
+