summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-04 23:10:34 +0200
committerPaul Buetow <paul@buetow.org>2025-01-04 23:10:34 +0200
commitcb25f2b69ae1006fe617304632ef467548961bdb (patch)
tree420b22d4a84723e7c9a38d9f9e3f91abd78e90bc /style.css
parent882e0f631e8af42f136108727866f53d80e8512f (diff)
Update content for html
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/style.css b/style.css
index 86f4d615..9363db30 100644
--- a/style.css
+++ b/style.css
@@ -18,12 +18,19 @@
src: url("./handnotes.ttf") format("truetype");
}
+html {
+ background-image: radial-gradient(#cccccc 2px, transparent 2px);
+ background-size: 32px 32px;
+ background-color: #ffffff;
+}
+
body {
font-family: text, sans-serif;
+ background: #ffffff;
max-width: 1200px;
padding: 20px;
margin: 20px auto;
- border: 1px solid #eeeeee;
+ border: 5px solid #eeeeee;
border-radius: 15px;
}