design modifications

This commit is contained in:
2025-12-14 00:19:00 +01:00
parent 372e19122e
commit d0d04f91d1
2 changed files with 6 additions and 7 deletions
+5 -6
View File
@@ -6,7 +6,7 @@ body {
}
.card {
background-color: #333;
background-color: #0e0b0b;
/* Darker background for cards */
color: limegreen;
border: 1px solid limegreen;
@@ -69,14 +69,13 @@ a:hover {
color: limegreen !important;
}
.header-border,
.content-border,
.footer-border {
border: 3px solid limegreen !important;
.header-border {
border-bottom: 3px solid rgba(50, 205, 50, 0.7) !important;
}
.content-border {
background-color: #111;
border: 3px solid rgba(50, 205, 50, 0.7) !important;
background-color: rgba(0, 0, 0, 0.7);
padding: 1.5rem;
}