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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user