fix darkmode button

This commit is contained in:
2025-09-20 19:47:16 +02:00
parent 7fd216f4f6
commit 13b4383977
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.champonthis</groupId>
<artifactId>abi</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<name>abi</name>
<parent>
+17
View File
@@ -120,3 +120,20 @@ footer {
[data-bs-theme="dark"] .dark-mode-toggle {
color: #dba50e;
}
[data-bs-theme="dark"] .btn-outline-dark {
--bs-btn-color: #f8f9fa;
--bs-btn-border-color: #f8f9fa;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #f8f9fa;
--bs-btn-hover-border-color: #f8f9fa;
--bs-btn-focus-shadow-rgb: 248, 249, 250;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #f8f9fa;
--bs-btn-active-border-color: #f8f9fa;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #f8f9fa;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #f8f9fa;
--bs-gradient: none;
}