This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/guacamole-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9f9534ce Deploy automatic dark theme for website.
9f9534ce is described below

commit 9f9534cec363deca137b5013ab579169f4312fd4
Author: Michael Jumper <[email protected]>
AuthorDate: Fri Sep 5 10:02:34 2025 -0700

    Deploy automatic dark theme for website.
---
 content/api-documentation/index.html                   |  4 +++-
 content/faq/index.html                                 |  4 +++-
 ...{bowl-clip-bottom.svg => bowl-clip-bottom-dark.svg} |  2 +-
 ...bowl-clip-bottom.svg => bowl-clip-bottom-light.svg} |  0
 .../{bowl-clip-top.svg => bowl-clip-top-dark.svg}      |  2 +-
 .../{bowl-clip-top.svg => bowl-clip-top-light.svg}     |  0
 content/images/home/feature-access-anywhere-dark.svg   |  1 +
 content/images/home/feature-access-anywhere-light.svg  |  1 +
 content/images/home/feature-access-anywhere.svg        |  1 -
 content/images/home/feature-cloud-desktop-dark.svg     |  1 +
 content/images/home/feature-cloud-desktop-light.svg    |  1 +
 content/images/home/feature-cloud-desktop.svg          |  1 -
 ...re-open-source.svg => feature-open-source-dark.svg} |  2 +-
 ...e-open-source.svg => feature-open-source-light.svg} |  2 +-
 content/images/home/feature-supported-dark.svg         |  1 +
 content/images/home/feature-supported-light.svg        |  1 +
 content/images/home/feature-supported.svg              |  1 -
 content/images/home/feature-well-documented-dark.svg   |  1 +
 content/images/home/feature-well-documented-light.svg  |  1 +
 content/images/home/feature-well-documented.svg        |  1 -
 ...-release-star.svg => current-release-star-dark.svg} |  2 +-
 ...release-star.svg => current-release-star-light.svg} |  0
 content/index.html                                     |  4 +++-
 content/open-source/index.html                         |  4 +++-
 content/releases/0.8.3/index.html                      |  4 +++-
 content/releases/0.8.4/index.html                      |  4 +++-
 content/releases/0.9.0/index.html                      |  4 +++-
 content/releases/0.9.1/index.html                      |  4 +++-
 content/releases/0.9.10-incubating/index.html          |  4 +++-
 content/releases/0.9.11-incubating/index.html          |  4 +++-
 content/releases/0.9.12-incubating/index.html          |  4 +++-
 content/releases/0.9.13-incubating/index.html          |  4 +++-
 content/releases/0.9.14/index.html                     |  4 +++-
 content/releases/0.9.2/index.html                      |  4 +++-
 content/releases/0.9.3/index.html                      |  4 +++-
 content/releases/0.9.4/index.html                      |  4 +++-
 content/releases/0.9.5/index.html                      |  4 +++-
 content/releases/0.9.6/index.html                      |  4 +++-
 content/releases/0.9.7/index.html                      |  4 +++-
 content/releases/0.9.8/index.html                      |  4 +++-
 content/releases/0.9.9/index.html                      |  4 +++-
 content/releases/1.0.0/index.html                      |  4 +++-
 content/releases/1.1.0/index.html                      |  4 +++-
 content/releases/1.2.0/index.html                      |  4 +++-
 content/releases/1.3.0/index.html                      |  4 +++-
 content/releases/1.4.0/index.html                      |  4 +++-
 content/releases/1.5.0/index.html                      |  4 +++-
 content/releases/1.5.1/index.html                      |  4 +++-
 content/releases/1.5.2/index.html                      |  4 +++-
 content/releases/1.5.3/index.html                      |  4 +++-
 content/releases/1.5.4/index.html                      |  4 +++-
 content/releases/1.5.5/index.html                      |  4 +++-
 content/releases/1.6.0/index.html                      |  4 +++-
 content/releases/index.html                            |  4 +++-
 content/security/index.html                            |  4 +++-
 content/styles/main-dark.css                           | 18 ++++++++++++++++++
 content/styles/main-dark.css.map                       |  1 +
 content/styles/main-light.css                          | 18 ++++++++++++++++++
 content/styles/main-light.css.map                      |  1 +
 content/styles/main.css                                | 18 ------------------
 content/styles/main.css.map                            |  1 -
 content/support/index.html                             |  4 +++-
 62 files changed, 159 insertions(+), 64 deletions(-)

diff --git a/content/api-documentation/index.html 
b/content/api-documentation/index.html
index a5b85d2f..b1127a25 100644
--- a/content/api-documentation/index.html
+++ b/content/api-documentation/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/faq/index.html b/content/faq/index.html
index 8c63d971..a8e51bde 100644
--- a/content/faq/index.html
+++ b/content/faq/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/images/backgrounds/bowl-clip-bottom.svg 
b/content/images/backgrounds/bowl-clip-bottom-dark.svg
similarity index 75%
copy from content/images/backgrounds/bowl-clip-bottom.svg
copy to content/images/backgrounds/bowl-clip-bottom-dark.svg
index 58751417..1ccca62e 100644
--- a/content/images/backgrounds/bowl-clip-bottom.svg
+++ b/content/images/backgrounds/bowl-clip-bottom-dark.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="320" height="24" viewBox="0 0 
84.667 6.35"><path d="M25.819 103.934v6.35h42.333c-18.822 
0-34.995-2.607-42.333-6.35m42.333 6.35h42.334v-6.35c-7.338 3.743-23.512 
6.35-42.334 6.35" 
style="opacity:1;fill:#fff;stroke-width:.264583;fill-opacity:1" 
transform="translate(-25.819 -103.934)"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; width="320" height="24" viewBox="0 0 
84.667 6.35"><path d="M25.819 103.934v6.35h42.333c-18.822 
0-34.995-2.607-42.333-6.35m42.333 6.35h42.334v-6.35c-7.338 3.743-23.512 
6.35-42.334 6.35" 
style="opacity:1;fill:#000;stroke-width:.264583;fill-opacity:1" 
transform="translate(-25.819 -103.934)"/></svg>
diff --git a/content/images/backgrounds/bowl-clip-bottom.svg 
b/content/images/backgrounds/bowl-clip-bottom-light.svg
similarity index 100%
rename from content/images/backgrounds/bowl-clip-bottom.svg
rename to content/images/backgrounds/bowl-clip-bottom-light.svg
diff --git a/content/images/backgrounds/bowl-clip-top.svg 
b/content/images/backgrounds/bowl-clip-top-dark.svg
similarity index 66%
copy from content/images/backgrounds/bowl-clip-top.svg
copy to content/images/backgrounds/bowl-clip-top-dark.svg
index e0045a96..f9c9ece2 100644
--- a/content/images/backgrounds/bowl-clip-top.svg
+++ b/content/images/backgrounds/bowl-clip-top-dark.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="320" height="24" viewBox="0 0 
84.667 6.35"><path d="M25.819 103.934c7.338 3.743 23.511 6.35 42.333 
6.35s34.996-2.607 42.334-6.35z" 
style="opacity:1;stroke-width:.181508;fill:#fff;fill-opacity:1" 
transform="translate(-25.819 -103.934)"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; width="320" height="24" viewBox="0 0 
84.667 6.35"><path d="M25.819 103.934c7.338 3.743 23.511 6.35 42.333 
6.35s34.996-2.607 42.334-6.35z" 
style="opacity:1;stroke-width:.181508;fill:#000;fill-opacity:1" 
transform="translate(-25.819 -103.934)"/></svg>
diff --git a/content/images/backgrounds/bowl-clip-top.svg 
b/content/images/backgrounds/bowl-clip-top-light.svg
similarity index 100%
rename from content/images/backgrounds/bowl-clip-top.svg
rename to content/images/backgrounds/bowl-clip-top-light.svg
diff --git a/content/images/home/feature-access-anywhere-dark.svg 
b/content/images/home/feature-access-anywhere-dark.svg
new file mode 100644
index 00000000..39d5d0dc
--- /dev/null
+++ b/content/images/home/feature-access-anywhere-dark.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><g style="opacity:1" transform="translate(-2.128 
-2.55)scale(1.2569)"><ellipse cx="8.429" cy="8.765" rx="3.329" ry="6.031" 
style="opacity:1;fill:none;fill-opacity:1;stroke:#476b5b;stroke-width:.988809;stroke-dasharray:none;stroke-opacity:1"/><circle
 cx="8.429" cy="8.765" r="6.031" 
style="opacity:1;fill:none;fill-opacity:1;stroke:#476b5b;stroke-width:.988809;stroke-dasharray:none;stroke-opacity:1"/>
 [...]
diff --git a/content/images/home/feature-access-anywhere-light.svg 
b/content/images/home/feature-access-anywhere-light.svg
new file mode 100644
index 00000000..a34eece8
--- /dev/null
+++ b/content/images/home/feature-access-anywhere-light.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><g style="opacity:1" transform="translate(-2.128 
-2.55)scale(1.2569)"><ellipse cx="8.429" cy="8.765" rx="3.329" ry="6.031" 
style="opacity:1;fill:none;fill-opacity:1;stroke:#c6e0d5;stroke-width:.988809;stroke-dasharray:none;stroke-opacity:1"/><circle
 cx="8.429" cy="8.765" r="6.031" 
style="opacity:1;fill:none;fill-opacity:1;stroke:#c6e0d5;stroke-width:.988809;stroke-dasharray:none;stroke-opacity:1"/>
 [...]
\ No newline at end of file
diff --git a/content/images/home/feature-access-anywhere.svg 
b/content/images/home/feature-access-anywhere.svg
deleted file mode 100644
index 97271942..00000000
--- a/content/images/home/feature-access-anywhere.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><g style="opacity:.25" transform="matrix(1.2569 0 0 1.2569 
-2.128 -2.55)"><ellipse cx="8.429" cy="8.765" rx="3.329" ry="6.031" 
style="opacity:1;fill:none;fill-opacity:1;stroke:#007544;stroke-width:.988809;stroke-dasharray:none;stroke-opacity:1"/><circle
 cx="8.429" cy="8.765" r="6.031" 
style="opacity:1;fill:none;fill-opacity:1;stroke:#007544;stroke-width:.988809;stroke-dasharray:none;stroke-opacity:
 [...]
\ No newline at end of file
diff --git a/content/images/home/feature-cloud-desktop-dark.svg 
b/content/images/home/feature-cloud-desktop-dark.svg
new file mode 100644
index 00000000..98b572db
--- /dev/null
+++ b/content/images/home/feature-cloud-desktop-dark.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><g style="opacity:1;stroke-width:.824264" 
transform="translate(-4.233 -25.278)scale(1.45824)"><circle cx="5.519" 
cy="23.76" r="2.526" 
style="opacity:1;fill:#476b5b;fill-opacity:1;stroke:none;stroke-width:.872343;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"/><circle
 cx="7.516" cy="21.717" r="2.526" 
style="fill:#476b5b;fill-opacity:1;stroke:none;stroke-width:.872343;stroke-lineca
 [...]
diff --git a/content/images/home/feature-cloud-desktop-light.svg 
b/content/images/home/feature-cloud-desktop-light.svg
new file mode 100644
index 00000000..91b65786
--- /dev/null
+++ b/content/images/home/feature-cloud-desktop-light.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><g style="opacity:1;stroke-width:.824264" 
transform="translate(-4.233 -25.278)scale(1.45824)"><circle cx="5.519" 
cy="23.76" r="2.526" 
style="opacity:1;fill:#c6e0d5;fill-opacity:1;stroke:none;stroke-width:.872343;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"/><circle
 cx="7.516" cy="21.717" r="2.526" 
style="fill:#c6e0d5;fill-opacity:1;stroke:none;stroke-width:.872343;stroke-lineca
 [...]
\ No newline at end of file
diff --git a/content/images/home/feature-cloud-desktop.svg 
b/content/images/home/feature-cloud-desktop.svg
deleted file mode 100644
index 090c24d6..00000000
--- a/content/images/home/feature-cloud-desktop.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><g style="opacity:.25;stroke-width:.824264" 
transform="matrix(1.45824 0 0 1.45824 -4.233 -25.278)"><circle cx="5.519" 
cy="23.76" r="2.526" 
style="opacity:1;fill:#007544;fill-opacity:1;stroke:none;stroke-width:.872343;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"/><circle
 cx="7.516" cy="21.717" r="2.526" 
style="fill:#007544;fill-opacity:1;stroke:none;stroke-width:.872343;stroke-l 
[...]
\ No newline at end of file
diff --git a/content/images/home/feature-open-source.svg 
b/content/images/home/feature-open-source-dark.svg
similarity index 55%
copy from content/images/home/feature-open-source.svg
copy to content/images/home/feature-open-source-dark.svg
index 85c38c52..5019af94 100644
--- a/content/images/home/feature-open-source.svg
+++ b/content/images/home/feature-open-source-dark.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><path d="M8.33 
18.83q-1.016-.012-1.601-.443-.586-.43-.586-1.314v-1.624q0-.563-.353-.795-.342-.244-.994-.244v-.806q.652-.011.994-.243.353-.232.353-.784v-1.635q0-.884.608-1.315t1.58-.43v.795q-.575.01-.906.254-.32.243-.32.784v1.59q0
 1.139-1.205 1.349v.066q1.205.21 1.205 1.348v1.624q0 
.54.32.773.32.243.906.254zm9.722-9.634q1.017.011 1.602.442t.586 1.315v1.624q0 
.563.342.806.354.232 1.005.232v.807q-.651 [...]
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><path d="M8.33 
18.83q-1.016-.012-1.601-.443-.586-.43-.586-1.314v-1.624q0-.563-.353-.795-.342-.244-.994-.244v-.806q.652-.011.994-.243.353-.232.353-.784v-1.635q0-.884.608-1.315t1.58-.43v.795q-.575.01-.906.254-.32.243-.32.784v1.59q0
 1.139-1.205 1.349v.066q1.205.21 1.205 1.348v1.624q0 
.54.32.773.32.243.906.254zm9.722-9.634q1.017.011 1.602.442t.586 1.315v1.624q0 
.563.342.806.354.232 1.005.232v.807q-.651 [...]
diff --git a/content/images/home/feature-open-source.svg 
b/content/images/home/feature-open-source-light.svg
similarity index 55%
rename from content/images/home/feature-open-source.svg
rename to content/images/home/feature-open-source-light.svg
index 85c38c52..4abc572c 100644
--- a/content/images/home/feature-open-source.svg
+++ b/content/images/home/feature-open-source-light.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><path d="M8.33 
18.83q-1.016-.012-1.601-.443-.586-.43-.586-1.314v-1.624q0-.563-.353-.795-.342-.244-.994-.244v-.806q.652-.011.994-.243.353-.232.353-.784v-1.635q0-.884.608-1.315t1.58-.43v.795q-.575.01-.906.254-.32.243-.32.784v1.59q0
 1.139-1.205 1.349v.066q1.205.21 1.205 1.348v1.624q0 
.54.32.773.32.243.906.254zm9.722-9.634q1.017.011 1.602.442t.586 1.315v1.624q0 
.563.342.806.354.232 1.005.232v.807q-.651 [...]
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><path d="M8.33 
18.83q-1.016-.012-1.601-.443-.586-.43-.586-1.314v-1.624q0-.563-.353-.795-.342-.244-.994-.244v-.806q.652-.011.994-.243.353-.232.353-.784v-1.635q0-.884.608-1.315t1.58-.43v.795q-.575.01-.906.254-.32.243-.32.784v1.59q0
 1.139-1.205 1.349v.066q1.205.21 1.205 1.348v1.624q0 
.54.32.773.32.243.906.254zm9.722-9.634q1.017.011 1.602.442t.586 1.315v1.624q0 
.563.342.806.354.232 1.005.232v.807q-.651 [...]
\ No newline at end of file
diff --git a/content/images/home/feature-supported-dark.svg 
b/content/images/home/feature-supported-dark.svg
new file mode 100644
index 00000000..dbdc546a
--- /dev/null
+++ b/content/images/home/feature-supported-dark.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><path d="M3.842 3.993c-.6 0-1.082.482-1.082 1.082.004 2.714-.005 
5.428-.013 8.142l2.02-1.83h8.454c.6 0 1.082-.482 
1.082-1.082v-5.23c0-.6-.482-1.082-1.082-1.082z" 
style="opacity:1;fill:#000;fill-opacity:1;stroke:#476b5b;stroke-width:.901815;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
 transform="translate(-2.94 -3.047)scale(1.33802)"/><path d="M8.115 8.051q0-.22 
[...]
diff --git a/content/images/home/feature-supported-light.svg 
b/content/images/home/feature-supported-light.svg
new file mode 100644
index 00000000..38f4d7bc
--- /dev/null
+++ b/content/images/home/feature-supported-light.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><path d="M3.842 3.993c-.6 0-1.082.482-1.082 1.082.004 2.714-.005 
5.428-.013 8.142l2.02-1.83h8.454c.6 0 1.082-.482 
1.082-1.082v-5.23c0-.6-.482-1.082-1.082-1.082z" 
style="opacity:1;fill:#fff;fill-opacity:1;stroke:#c6e0d5;stroke-width:.901815;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
 transform="translate(-2.94 -3.047)scale(1.33802)"/><path d="M8.115 8.051q0-.22 
[...]
\ No newline at end of file
diff --git a/content/images/home/feature-supported.svg 
b/content/images/home/feature-supported.svg
deleted file mode 100644
index c632b8ac..00000000
--- a/content/images/home/feature-supported.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><path d="M3.842 3.993c-.6 0-1.082.482-1.082 1.082.004 2.714-.005 
5.428-.013 8.142l2.02-1.83h8.454c.6 0 1.082-.482 
1.082-1.082v-5.23c0-.6-.482-1.082-1.082-1.082z" 
style="opacity:.25;fill:#fff;fill-opacity:1;stroke:#007544;stroke-width:.901815;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
 transform="matrix(1.33802 0 0 1.33802 -2.94 -3.047)"/><path d="M8.115 8.051q 
[...]
\ No newline at end of file
diff --git a/content/images/home/feature-well-documented-dark.svg 
b/content/images/home/feature-well-documented-dark.svg
new file mode 100644
index 00000000..0316c520
--- /dev/null
+++ b/content/images/home/feature-well-documented-dark.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><g style="opacity:1"><path d="m9.46 65.694 1.475 
2.646-1.902-.354Z" 
style="opacity:1;fill:#007544;stroke-width:.132292;stroke-linecap:round;stroke-linejoin:round"
 transform="translate(.343 -69.602)scale(1.08344)"/><path d="m.675 67.523 
6.718-2.786 2.984 1.636 3.943 9.51-8.685 3.601z" 
style="fill:#000;stroke:#476b5b;stroke-width:.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:non
 [...]
diff --git a/content/images/home/feature-well-documented-light.svg 
b/content/images/home/feature-well-documented-light.svg
new file mode 100644
index 00000000..d1557f43
--- /dev/null
+++ b/content/images/home/feature-well-documented-light.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><g style="opacity:1"><path d="m9.46 65.694 1.475 
2.646-1.902-.354Z" 
style="opacity:1;fill:#007544;stroke-width:.132292;stroke-linecap:round;stroke-linejoin:round"
 transform="translate(.343 -69.602)scale(1.08344)"/><path d="m.675 67.523 
6.718-2.786 2.984 1.636 3.943 9.51-8.685 3.601z" 
style="fill:#fff;stroke:#c6e0d5;stroke-width:.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:non
 [...]
\ No newline at end of file
diff --git a/content/images/home/feature-well-documented.svg 
b/content/images/home/feature-well-documented.svg
deleted file mode 100644
index 391ab088..00000000
--- a/content/images/home/feature-well-documented.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><g style="opacity:.25"><path d="m9.46 65.694 1.475 
2.646-1.902-.354Z" 
style="opacity:1;fill:#007544;stroke-width:.132292;stroke-linecap:round;stroke-linejoin:round"
 transform="matrix(1.08344 0 0 1.08344 .343 -69.602)"/><path d="m.675 67.523 
6.718-2.786 2.984 1.636 3.943 9.51-8.685 3.601z" 
style="fill:#fff;stroke:#007544;stroke-width:.529167;stroke-linecap:round;stroke-linejoin:round;stroke-dasharra
 [...]
\ No newline at end of file
diff --git a/content/images/releases/current-release-star.svg 
b/content/images/releases/current-release-star-dark.svg
similarity index 70%
copy from content/images/releases/current-release-star.svg
copy to content/images/releases/current-release-star-dark.svg
index 99097875..e20ea043 100644
--- a/content/images/releases/current-release-star.svg
+++ b/content/images/releases/current-release-star-dark.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><path d="m53.239 58.21 7.187 17.28 18.656 1.496L64.87 
89.162l4.342 18.205-15.972-9.756-15.972 9.756 4.342-18.205-14.213-12.176 
18.656-1.495Z" 
style="fill:#12551f;stroke-width:.264583;opacity:.5;fill-opacity:1" 
transform="matrix(.32761 0 0 .32762 -8.975 -18.656)"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; width="64" height="64" viewBox="0 0 
16.933 16.933"><path d="m53.239 58.21 7.187 17.28 18.656 1.496L64.87 
89.162l4.342 18.205-15.972-9.756-15.972 9.756 4.342-18.205-14.213-12.176 
18.656-1.495Z" 
style="fill:#a8ecb5;stroke-width:.264583;opacity:.5;fill-opacity:1" 
transform="matrix(.32761 0 0 .32762 -8.975 -18.656)"/></svg>
diff --git a/content/images/releases/current-release-star.svg 
b/content/images/releases/current-release-star-light.svg
similarity index 100%
rename from content/images/releases/current-release-star.svg
rename to content/images/releases/current-release-star-light.svg
diff --git a/content/index.html b/content/index.html
index 29ad4a16..a91a8e38 100644
--- a/content/index.html
+++ b/content/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/open-source/index.html b/content/open-source/index.html
index 285c4b02..dafcb7a8 100644
--- a/content/open-source/index.html
+++ b/content/open-source/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.8.3/index.html 
b/content/releases/0.8.3/index.html
index 852a1746..5dbba5a4 100644
--- a/content/releases/0.8.3/index.html
+++ b/content/releases/0.8.3/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.8.4/index.html 
b/content/releases/0.8.4/index.html
index 99b49624..c5f099b2 100644
--- a/content/releases/0.8.4/index.html
+++ b/content/releases/0.8.4/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.0/index.html 
b/content/releases/0.9.0/index.html
index 1d3b2056..12adbadf 100644
--- a/content/releases/0.9.0/index.html
+++ b/content/releases/0.9.0/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.1/index.html 
b/content/releases/0.9.1/index.html
index 477c15e8..7a6ba5e0 100644
--- a/content/releases/0.9.1/index.html
+++ b/content/releases/0.9.1/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.10-incubating/index.html 
b/content/releases/0.9.10-incubating/index.html
index e8b9f670..4d2366eb 100644
--- a/content/releases/0.9.10-incubating/index.html
+++ b/content/releases/0.9.10-incubating/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.11-incubating/index.html 
b/content/releases/0.9.11-incubating/index.html
index 538642dd..821506b7 100644
--- a/content/releases/0.9.11-incubating/index.html
+++ b/content/releases/0.9.11-incubating/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.12-incubating/index.html 
b/content/releases/0.9.12-incubating/index.html
index e5026ad1..df7c2084 100644
--- a/content/releases/0.9.12-incubating/index.html
+++ b/content/releases/0.9.12-incubating/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.13-incubating/index.html 
b/content/releases/0.9.13-incubating/index.html
index 4f30f4bc..85c9e9d4 100644
--- a/content/releases/0.9.13-incubating/index.html
+++ b/content/releases/0.9.13-incubating/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.14/index.html 
b/content/releases/0.9.14/index.html
index 8d75c3d8..0d6ded27 100644
--- a/content/releases/0.9.14/index.html
+++ b/content/releases/0.9.14/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.2/index.html 
b/content/releases/0.9.2/index.html
index 6080c557..28977e75 100644
--- a/content/releases/0.9.2/index.html
+++ b/content/releases/0.9.2/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.3/index.html 
b/content/releases/0.9.3/index.html
index 09637127..a637610e 100644
--- a/content/releases/0.9.3/index.html
+++ b/content/releases/0.9.3/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.4/index.html 
b/content/releases/0.9.4/index.html
index cfcbb106..55489c33 100644
--- a/content/releases/0.9.4/index.html
+++ b/content/releases/0.9.4/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.5/index.html 
b/content/releases/0.9.5/index.html
index 69ddd6bf..ac824e79 100644
--- a/content/releases/0.9.5/index.html
+++ b/content/releases/0.9.5/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.6/index.html 
b/content/releases/0.9.6/index.html
index 067a1f5d..c3c33aca 100644
--- a/content/releases/0.9.6/index.html
+++ b/content/releases/0.9.6/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.7/index.html 
b/content/releases/0.9.7/index.html
index bacba44f..ee599634 100644
--- a/content/releases/0.9.7/index.html
+++ b/content/releases/0.9.7/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.8/index.html 
b/content/releases/0.9.8/index.html
index f02598db..a64c5385 100644
--- a/content/releases/0.9.8/index.html
+++ b/content/releases/0.9.8/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/0.9.9/index.html 
b/content/releases/0.9.9/index.html
index ff97ad55..996cc322 100644
--- a/content/releases/0.9.9/index.html
+++ b/content/releases/0.9.9/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.0.0/index.html 
b/content/releases/1.0.0/index.html
index eb33043d..709136b2 100644
--- a/content/releases/1.0.0/index.html
+++ b/content/releases/1.0.0/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.1.0/index.html 
b/content/releases/1.1.0/index.html
index 19baeb9f..c91e1f64 100644
--- a/content/releases/1.1.0/index.html
+++ b/content/releases/1.1.0/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.2.0/index.html 
b/content/releases/1.2.0/index.html
index cd6de535..0f93326d 100644
--- a/content/releases/1.2.0/index.html
+++ b/content/releases/1.2.0/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.3.0/index.html 
b/content/releases/1.3.0/index.html
index b4fc0cf1..d8ef6b09 100644
--- a/content/releases/1.3.0/index.html
+++ b/content/releases/1.3.0/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.4.0/index.html 
b/content/releases/1.4.0/index.html
index fb369db1..e6951b88 100644
--- a/content/releases/1.4.0/index.html
+++ b/content/releases/1.4.0/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.5.0/index.html 
b/content/releases/1.5.0/index.html
index 7a701ba0..a7b3e783 100644
--- a/content/releases/1.5.0/index.html
+++ b/content/releases/1.5.0/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.5.1/index.html 
b/content/releases/1.5.1/index.html
index f37ac6e2..efb7fbf8 100644
--- a/content/releases/1.5.1/index.html
+++ b/content/releases/1.5.1/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.5.2/index.html 
b/content/releases/1.5.2/index.html
index cb58e606..c5cbd975 100644
--- a/content/releases/1.5.2/index.html
+++ b/content/releases/1.5.2/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.5.3/index.html 
b/content/releases/1.5.3/index.html
index cd74c64b..afc2b5a5 100644
--- a/content/releases/1.5.3/index.html
+++ b/content/releases/1.5.3/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.5.4/index.html 
b/content/releases/1.5.4/index.html
index 83584698..44ebd691 100644
--- a/content/releases/1.5.4/index.html
+++ b/content/releases/1.5.4/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.5.5/index.html 
b/content/releases/1.5.5/index.html
index c690bc1e..c464dcea 100644
--- a/content/releases/1.5.5/index.html
+++ b/content/releases/1.5.5/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/1.6.0/index.html 
b/content/releases/1.6.0/index.html
index d4ded270..c4f3142f 100644
--- a/content/releases/1.6.0/index.html
+++ b/content/releases/1.6.0/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/releases/index.html b/content/releases/index.html
index 5aa7445f..7eb87e98 100644
--- a/content/releases/index.html
+++ b/content/releases/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/security/index.html b/content/security/index.html
index 50261990..b63e3718 100644
--- a/content/security/index.html
+++ b/content/security/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>
diff --git a/content/styles/main-dark.css b/content/styles/main-dark.css
new file mode 100644
index 00000000..0f74d4b4
--- /dev/null
+++ b/content/styles/main-dark.css
@@ -0,0 +1,18 @@
+/*!
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ 
*/@font-face{font-family:"Inconsolata";font-weight:bold;src:url("/fonts/inconsolata/Inconsolata-Bold.latin.woff2")
 
format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inconsolata";font-weight:bold;src:url("/fonts/inconsolata/Inconsolata-Bold.latin-ext.woff2")
 
format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20C
 [...]
\ No newline at end of file
diff --git a/content/styles/main-dark.css.map b/content/styles/main-dark.css.map
new file mode 100644
index 00000000..bcb4b3da
--- /dev/null
+++ b/content/styles/main-dark.css.map
@@ -0,0 +1 @@
+{"version":3,"sourceRoot":"","sources":["main-dark.scss","_font-inconsolata.css","_font-inter.css","_font-rubik.css","_base.scss","_colors.scss","_callouts.scss","_expandable-figure.scss","_footer.scss","_header.scss","_headings.scss","_toc.scss","_home.scss","_company-list.scss","_mailing-list-list.scss","_release-annotations.scss","_release-downloads.scss","_release-links.scss","_release-list.scss","_release-media.scss","_cve-list.scss"],"names":[],"mappings":"CAAA;AAAA;AAAA;AAAA;AAAA;
 [...]
\ No newline at end of file
diff --git a/content/styles/main-light.css b/content/styles/main-light.css
new file mode 100644
index 00000000..c7f568c0
--- /dev/null
+++ b/content/styles/main-light.css
@@ -0,0 +1,18 @@
+/*!
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ 
*/@font-face{font-family:"Inconsolata";font-weight:bold;src:url("/fonts/inconsolata/Inconsolata-Bold.latin.woff2")
 
format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inconsolata";font-weight:bold;src:url("/fonts/inconsolata/Inconsolata-Bold.latin-ext.woff2")
 
format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20C
 [...]
\ No newline at end of file
diff --git a/content/styles/main-light.css.map 
b/content/styles/main-light.css.map
new file mode 100644
index 00000000..26ff716e
--- /dev/null
+++ b/content/styles/main-light.css.map
@@ -0,0 +1 @@
+{"version":3,"sourceRoot":"","sources":["main-light.scss","_font-inconsolata.css","_font-inter.css","_font-rubik.css","_base.scss","_colors.scss","_callouts.scss","_expandable-figure.scss","_footer.scss","_header.scss","_headings.scss","_toc.scss","_home.scss","_company-list.scss","_mailing-list-list.scss","_release-annotations.scss","_release-downloads.scss","_release-links.scss","_release-list.scss","_release-media.scss","_cve-list.scss"],"names":[],"mappings":"CAAA;AAAA;AAAA;AAAA;AAAA
 [...]
\ No newline at end of file
diff --git a/content/styles/main.css b/content/styles/main.css
deleted file mode 100644
index b4e06089..00000000
--- a/content/styles/main.css
+++ /dev/null
@@ -1,18 +0,0 @@
-/*!
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- 
*/@font-face{font-family:"Inconsolata";font-weight:bold;src:url("/fonts/inconsolata/Inconsolata-Bold.latin.woff2")
 
format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inconsolata";font-weight:bold;src:url("/fonts/inconsolata/Inconsolata-Bold.latin-ext.woff2")
 
format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20C
 [...]
\ No newline at end of file
diff --git a/content/styles/main.css.map b/content/styles/main.css.map
deleted file mode 100644
index 13c790ee..00000000
--- a/content/styles/main.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sourceRoot":"","sources":["main.scss","_font-inconsolata.css","_font-inter.css","_font-rubik.css","_base.scss","_colors.scss","_callouts.scss","_expandable-figure.scss","_footer.scss","_header.scss","_headings.scss","_toc.scss","_home.scss","_company-list.scss","_mailing-list-list.scss","_release-annotations.scss","_release-downloads.scss","_release-links.scss","_release-list.scss","_release-media.scss","_cve-list.scss"],"names":[],"mappings":"CAAA;AAAA;AAAA;AAAA;AAAA;AAAA;
 [...]
\ No newline at end of file
diff --git a/content/support/index.html b/content/support/index.html
index ee86caa2..09a816c9 100644
--- a/content/support/index.html
+++ b/content/support/index.html
@@ -2,7 +2,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
     <head>
-    <link rel="stylesheet" href="/styles/main.css?s=1756661468">
+    
+    <link rel="stylesheet" 
href="/styles/main-light.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde">
+    <link rel="stylesheet" 
href="/styles/main-dark.css?s=87e6db65731d0f7d6adfb9a798af002fca00a33db171df439d5478b475789fde"
 media="(prefers-color-scheme: dark)">
     <link rel="icon" type="image/svg+xml" 
href="/images/logos/guac-classic-logo.svg"/>
     <link rel="icon" type="image/png" 
href="/images/logos/guac-classic-logo-64.png"/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=device-dpi"/>

Reply via email to