adding appearance toggle (light/dark mode)
This commit is contained in:
+3
-2
@@ -153,9 +153,10 @@ export const site = {
|
||||
// ---------------------------------------------------------------------------
|
||||
cookies: {
|
||||
// Short message shown in the banner. Keep it honest — this site does not
|
||||
// currently use any tracking cookies, only one preference for consent.
|
||||
// currently use any tracking cookies, only small preferences for consent
|
||||
// and theme choice.
|
||||
message:
|
||||
"Heads up — this site stores one tiny browser preference to remember your cookie choice. We don’t run analytics, advertising, or third-party tracking.",
|
||||
"Heads up — this site stores small browser preferences to remember your cookie choice and theme selection. We don’t run analytics, advertising, or third-party tracking.",
|
||||
|
||||
// The two buttons. Labels are small jokes for network folk; subtitles
|
||||
// and aria-labels make them clear to everyone else.
|
||||
|
||||
Reference in New Issue
Block a user