styling update

This commit is contained in:
2025-11-12 17:49:56 +01:00
parent 64254454a4
commit 43a9b63c95
14 changed files with 150 additions and 128 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ html, body {
:root {
/* Colors */
--primary: #007bff;
--primary: #28a745;
--secondary: #6c757d;
--success: #28a745;
--danger: #dc3545;
@@ -105,7 +105,7 @@ a {
}
a:hover {
color: #0056b3;
color: #1e7e34;
text-decoration: underline;
}