little bit of everything
Alle Prüfungen waren erfolgreich
Deploy Zola site to Cloudflare Pages / build-and-deploy (push) Successful in 27s

Dieser Commit ist enthalten in:
user0x42 2025-02-28 03:52:44 +01:00
Ursprung 67b6a01d7b
Commit 08f6697480
Signiert von: user0x42
SSH-Key-Fingerabdruck: SHA256:l/BokOyIeoKHPSk6adSWa2v9yD4TQV9QLRngyAHmoJ0
2 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -140,6 +140,7 @@ csp = [
{ directive = "script-src", domains = [
"'self'",
"*.xsiz.eu",
"*.u42.dev",
] },
{ directive = "style-src", domains = [
"'self'",
@ -171,7 +172,7 @@ auto_hide = false
# Whether to show the Atom/RSS feed button in the nav
show_feed = true
# Whether to show the manual theme switcher in the nav
show_theme_switcher = false
show_theme_switcher = true
# Whether to show the link to the source repository in the nav
show_repo = true
# Links used in the nav.

Datei anzeigen

@ -20,8 +20,8 @@ body {
--bg-overlay: linear-gradient(rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.6));
} @else {
--bg-overlay: linear-gradient(
rgb(255 255 255 / 0.8),
rgb(255 255 255 / 0.8)
rgb(255 255 255 / 0.5),
rgb(255 255 255 / 0.5)
);
}
}