summaryrefslogtreecommitdiff
path: root/css/body.css
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-18 17:23:39 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-18 17:23:39 -0700
commit94a6551bafd51deb2bfae144336689eb0472abf6 (patch)
tree103db6511e06a43dbc90fc26b89ded9ca519a3d3 /css/body.css
Upload files from test.gnufault.org
Diffstat (limited to 'css/body.css')
-rw-r--r--css/body.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/css/body.css b/css/body.css
new file mode 100644
index 0000000..54bc4f1
--- /dev/null
+++ b/css/body.css
@@ -0,0 +1,30 @@
+* {
+ box-sizing: border-box;
+}
+
+html, body {
+ font-family: sans-serif;
+ margin: 0;
+ padding: 0;
+ background-color: #F5F7FA;
+ line-height: 1.5;
+}
+
+.content p,
+.content h1,
+.content h2,
+.content h3,
+.content h4,
+.content h5,
+.content h6 {
+ margin-top: 0;
+ margin-bottom: 10px;
+}
+
+a:visited {
+ color: #0000EE;
+}
+
+a:active {
+ color: #EE0000;
+}