diff --git a/www/assets/logo.svg b/www/assets/logo.svg
index 1ffc154..c453dec 100644
--- a/www/assets/logo.svg
+++ b/www/assets/logo.svg
@@ -7,14 +7,36 @@
width="1217.3333"
height="1217.3333"
viewBox="0 0 1217.3333 1217.3333"
+ sodipodi:docname="logo.svg"
+ inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
+
diff --git a/www/style.css b/www/style.css
index 1f54191..23182cd 100644
--- a/www/style.css
+++ b/www/style.css
@@ -1,3 +1,27 @@
+:root {
+ --bs-body-color: #f0f6f0;
+ --bs-body-color-rgb: 240, 246, 240;
+ --bs-emphasis-color: #f0f6f0;
+ --bs-emphasis-color-rgb: 240, 246, 240;
+ --bs-secondary: #848784;
+ --bs-secondary-rgb: 132, 135, 132;
+ --bs-secondary-color: rgba(240, 246, 240, 0.75);
+ --bs-secondary-color-rgb: 240, 246, 240;
+ --bs-light: #f0f6f0;
+ --bs-light-rgb: 240, 246, 240;
+ --bs-body-bg: #222323;
+ --bs-body-bg-rgb: 34, 35, 35;
+ --bs-dark: #222323;
+ --bs-dark-rgb: 34, 35, 35;
+ --bs-border-color: #454645;
+ --bs-border-color-rgb: 69, 70, 69;
+ --bs-border-color-translucent: rgba(240, 246, 240, 0.15);
+ --bs-link-color: #299a7d;
+ --bs-link-color-rgb: 41, 154, 125;
+ --bs-link-hover-color: #5fd5b6;
+ --bs-link-hover-color-rgb: 95, 213, 182;
+}
+
@font-face {
font-family: "Cinzel";
src: url(assets/cinzel/Cinzel/Cinzel-Regular.ttf) format("truetype");
@@ -100,7 +124,7 @@ a {
--bs-bg-opacity: 0.5;
}
.carousel-indicators button {
- background-color: #fff !important;
+ background-color: var(--bs-body-color) !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {