summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-04-22 14:34:33 +0200
committerYuval Adam <_@yuv.al>2025-04-22 14:34:33 +0200
commitd96a7cdace6a9818291f41930e8f8ea6f525c5e6 (patch)
tree58468020bb1acf0c1bde7ccc7a963e59f3d2d6d0
parent6d6999a60c2f3dcd75615c88bd2138aa41f986de (diff)
Add subtle background gradient
-rw-r--r--static/base.css4
-rw-r--r--templates/index.html4
2 files changed, 6 insertions, 2 deletions
diff --git a/static/base.css b/static/base.css
index da1fce3..1022597 100644
--- a/static/base.css
+++ b/static/base.css
@@ -1,3 +1,7 @@
h1.shadow {
text-shadow: 3px 3px 3px #ccc;
+}
+
+body {
+ background: linear-gradient(to bottom right, #ffffff, #d0d0d0);
} \ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index f4f270c..2f65c1b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -20,7 +20,7 @@
<script src="https://cdn.usefathom.com/script.js" data-site="SSTGQKAU" defer></script>
</head>
-<body class="mw7-ns ph3 center sans-serif bg-near-white">
+<body class="mw7-ns ph3 center sans-serif">
<h1 class="mt5-ns f1 center code">Doma<span class="silver">.</span>in Na<span class="silver">.</span>me
Ha<span class="silver">.</span>ck Cl<span class="silver">.</span>ub</h1>
<p class="lh-copy f4">An exclusive club of geeks that serve their personal homepage from the <a
@@ -55,4 +55,4 @@
</footer>
</body>
-</html>
+</html> \ No newline at end of file