This commit is contained in:
2026-02-19 12:26:37 +01:00
parent 2a468e533c
commit 428bdaecd9
7 changed files with 241 additions and 134 deletions

View File

@@ -769,6 +769,46 @@ li a span {
z-index: 1;
}
/* --- Matrix Link - Highlighted Primary --- */
.matrix-link {
background: linear-gradient(
135deg,
rgba(76, 175, 80, 0.28) 0%,
rgba(139, 195, 74, 0.24) 100%
) !important;
border: 2px solid rgba(139, 195, 74, 0.7) !important;
position: relative;
box-shadow: 0 0 25px rgba(139, 195, 74, 0.35) !important;
}
.matrix-link::after {
background: linear-gradient(
90deg,
transparent,
rgba(197, 225, 165, 0.4),
transparent
) !important;
}
.matrix-link:hover {
border-color: rgba(197, 225, 165, 0.95) !important;
box-shadow: 0 0 36px rgba(139, 195, 74, 0.55) !important;
background: linear-gradient(
135deg,
rgba(76, 175, 80, 0.38) 0%,
rgba(139, 195, 74, 0.34) 100%
) !important;
}
.matrix-link strong {
color: #dcedc8 !important;
}
.matrix-link span {
color: #f1f8e9 !important;
opacity: 0.95 !important;
}
/* --- Applications Link - App Grid Theme --- */
.applications-link {
background: linear-gradient(