diff --git a/templates/base.html b/templates/base.html
index 20a9d90..b9c0e47 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -174,6 +174,26 @@
box-shadow: none !important;
}
+
+ .dark-mode .btn-secondary:hover {
+ background-color: #555 !important;
+ border-color: #888888 !important;
+ color: #fff !important;
+ }
+
+ .dark-mode .btn-warning:hover {
+ background-color: #e6aa00 !important;
+ border-color: #c98f00 !important;
+ color: #fff !important;
+ }
+
+ .dark-mode .btn-outline-dark:hover {
+ background-color: #444 !important;
+ border-color: #888888 !important;
+ color: #fff !important;
+ }
+
+