little bit of everything
Alle Prüfungen waren erfolgreich
Deploy Zola site to Cloudflare Pages / build-and-deploy (push) Successful in 27s
Alle Prüfungen waren erfolgreich
Deploy Zola site to Cloudflare Pages / build-and-deploy (push) Successful in 27s
Dieser Commit ist enthalten in:
Ursprung
67b6a01d7b
Commit
08f6697480
2 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren