Skip to content

Commit 3fe5d7c

Browse files
committed
Switch theme for dark
1 parent 22538ed commit 3fe5d7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/pages/satzung.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import Layout from "../layouts/Layout.astro";
77
<p>
88
Satzung als <a
99
href="https://github.com/openlab-aux/orgafoo/raw/master/legalfoo/satzung.pdf"
10-
>PDF</a>
10+
>PDF</a
11+
>
1112
</p>
1213
<div class="divider"></div>
1314
<h4>Präambel</h4>

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@plugin "daisyui" {
44
themes:
55
light --default,
6-
dark --prefersdark;
6+
night --prefersdark;
77
}
88

99
@layer base {

0 commit comments

Comments
 (0)