fix: gør slogan tekst i SVG normal vægt i stedet for fed

- primegrading-logo.svg: font-family 'Arial Black' → 'Arial', font-weight 900 → 400
    - index.html: dark-mode card-bg fjernet, .card-label farve rettet
This commit is contained in:
GCH
2026-06-29 08:13:23 +02:00
parent 5336ebd520
commit 01f82c6c22
2 changed files with 7 additions and 18 deletions
+1 -5
View File
@@ -332,10 +332,6 @@
background: linear-gradient(135deg, #e8e6f0, #dddae8, #ccc8e0);
}
.dark-mode .holo-card .card-bg {
background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
}
.holo-card .card-shine {
position: absolute; inset: 0;
background: linear-gradient(
@@ -385,7 +381,7 @@
text-shadow: 0 0 4px rgba(0,0,0,0.15), 0 0 8px rgba(0,0,0,0.1);
}
.dark-mode .holo-card .card-label { color: rgba(255,255,255,0.85); font-size: 0.55rem; text-shadow: 0 0 6px rgba(0,0,0,0.5), 0 0 12px rgba(0,0,0,0.3); }
.dark-mode .holo-card .card-label { color: rgba(0,0,0,0.5); font-size: 0.5rem; text-shadow: 0 0 4px rgba(0,0,0,0.15), 0 0 8px rgba(0,0,0,0.1); }
.holo-card .card-art {
position: absolute; inset: 20px 8px 40px;