We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22538ed commit 3fe5d7cCopy full SHA for 3fe5d7c
src/pages/satzung.astro
@@ -7,7 +7,8 @@ import Layout from "../layouts/Layout.astro";
7
<p>
8
Satzung als <a
9
href="https://github.com/openlab-aux/orgafoo/raw/master/legalfoo/satzung.pdf"
10
- >PDF</a>
+ >PDF</a
11
+ >
12
</p>
13
<div class="divider"></div>
14
<h4>Präambel</h4>
src/styles/global.css
@@ -3,7 +3,7 @@
3
@plugin "daisyui" {
4
themes:
5
light --default,
6
- dark --prefersdark;
+ night --prefersdark;
}
@layer base {
0 commit comments