summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaw0ry <me@claw0ry.net>2025-01-15 08:39:54 +0100
committerclaw0ry <me@claw0ry.net>2025-01-15 08:39:54 +0100
commitcc71ba4d5d6a68262f78febf3103733a19edb75a (patch)
tree5c0b382174a1ea2f6256d5e30acd73a990121acc
parentwishlist: new page (diff)
theme: christmas is over
-rw-r--r--themes/plaintext/layouts/_default/baseof.html1
-rw-r--r--themes/plaintext/layouts/index.html1
-rw-r--r--themes/plaintext/static/style.css53
3 files changed, 0 insertions, 55 deletions
diff --git a/themes/plaintext/layouts/_default/baseof.html b/themes/plaintext/layouts/_default/baseof.html
index fcc943c..2f38a78 100644
--- a/themes/plaintext/layouts/_default/baseof.html
+++ b/themes/plaintext/layouts/_default/baseof.html
@@ -31,7 +31,6 @@
{{ partial "footer.html" . }}
</footer>
</div>
- <script src="/snow.js"></script>
</body>
</html>
diff --git a/themes/plaintext/layouts/index.html b/themes/plaintext/layouts/index.html
index 1684fde..66455ca 100644
--- a/themes/plaintext/layouts/index.html
+++ b/themes/plaintext/layouts/index.html
@@ -1,7 +1,6 @@
{{ define "main" }}
<div class="page-title">
- <img src="/santa-hat.png" width="16" height="16" alt="santa's hat" />
<h1>claw0ry.net</h1>
</div>
diff --git a/themes/plaintext/static/style.css b/themes/plaintext/static/style.css
index 12ecd33..e4bdb08 100644
--- a/themes/plaintext/static/style.css
+++ b/themes/plaintext/static/style.css
@@ -72,45 +72,6 @@ table tr td {
display: inline-block;
}
-/* CHRISTMAS THEME */
-/* RED: #D6001C;
- * GREEN: #00873E;
- */
-body {
- background: #D6001C;
- color: white;
-}
-
-hr {
- border-color: #00873E;
- border-width: 2px;
-}
-
-a,
-a:hover {
- color: white;
- font-style: italic;
-}
-
-pre {
- background: #00873E;
- overflow-x: auto;
- padding: 10px;
- font-size: 14px;
-}
-
-.page-title h1 {
- margin: 0;
- display: inline-block;
-}
-
-.post-title a,
-.read-more {
- color: white;
- background: #00873E;
- font-style: normal;
-}
-
@media (prefers-color-scheme: dark) {
body {
background: #212121;
@@ -124,18 +85,4 @@ pre {
a:visited {
color: #96f;
}
-
- /* christmas */
- a,
- a:hover,
- a:visited {
- color: #D6001C;
- }
-
- .post-title a,
- .read-more,
- .read-more:hover,
- .read-more:visited {
- color: white;
- }
}