diff --git a/config/rules.php b/config/rules.php
index 968a3cb..58a02d5 100644
--- a/config/rules.php
+++ b/config/rules.php
@@ -21,5 +21,6 @@
'unique_players_label' => 'required|string',
'record_players_label' => 'required|string',
'online_players_label' => 'required|string',
+ 'dark_mode' => 'boolean',
];
diff --git a/lang/.DS_Store b/lang/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..698f069f8ca07f98c727d65de12ea9a535f5cc76
GIT binary patch
literal 6148
zcmeHKOHRW;47E!oBC+X`<(vSiHwaa_X3-0vQa+1@RF&AzF?tJ@+<
r^+reXpq(sHXxwRm&AaJstK`;_8Cg(bGk(GWIEz`^$@3b=Z@Ii`I@Y2Lr*tkbyH_F4+Iq
z_+&;e`NNc01p~prKVv}W&8Au5rAlx8@p|mF3F8)n!njNY0^M3M&{{DTJV!3g>Hb6=
Y{<>gxa#@PXyk>GL8LCiwWG0@2zTY8`;ddzlFI$&GJ
zUvz+<-Ga81A#-H&{BDc9RKe%3W1PH5l66+BWsKan_dyy_{TsG=R+!zX#mTRmqdqNl@{)YD^4=;^RV
z^spuibHE%h2Y%uJ)@+W&k)pNcfH`0eG!F3h!6O;tfVHB0I?%`#060gt1de$x!8JZ$
z9I#fz2*PP8P)l9dVmK{FzYn}PV6CX-^VG954sE4(#da
zlGp#M>HUAV$j;0GbKqY&;O0r1tZ++VZ5`YkueBa|jpSfnt=N>{K$c=~c_}_cN}%8K
W0Wc0&E20NsKLTQdHRiytI`9edY-#NP
literal 0
HcmV?d00001
diff --git a/views/layouts/base.blade.php b/views/layouts/base.blade.php
index d0e8a68..5fd53ba 100644
--- a/views/layouts/base.blade.php
+++ b/views/layouts/base.blade.php
@@ -44,6 +44,7 @@
+
@stack('scripts')
@@ -64,7 +65,7 @@
@include('elements.theme-color', ['color' => $themeColor])
-
+
@include('elements.navbar')
From 237f0c36acee943463fda8a15f7ddcd243ca1885 Mon Sep 17 00:00:00 2001
From: HyperBeats <45314346+HyperBeats@users.noreply.github.com>
Date: Thu, 13 Mar 2025 19:05:49 +0100
Subject: [PATCH 2/3] small color fix
---
assets/css/style.css | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index 9be23cf..8982e0b 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1500,15 +1500,20 @@ body.dark-mode .footer-bottom-link:hover {
}
body.dark-mode a {
- color: #1e90ff;
+ color: var(--primary-color);
}
body.dark-mode a:hover {
- color: black;
+ color: #694f02;
}
body.dark-mode .card-body {
color: white;
}
+body.dark-mode #vote-card {
+ color: black;
+ background-color: #1e1e1e;
+}
+
/* Mode sombre END */
From e6ddbe2e3e5c203a910dbc944368c0335a899fe0 Mon Sep 17 00:00:00 2001
From: HyperBeats <45314346+HyperBeats@users.noreply.github.com>
Date: Fri, 14 Mar 2025 15:07:13 +0100
Subject: [PATCH 3/3] fix readme
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 2fe65a4..f772901 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@ Made by Khémara Parc a
### Download on the Azuriom Marketplace
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file