Verbessere die Lesbarkeit des rechtlichen Fußbereichs durch Anpassung der Link- und Textfarben
All checks were successful
Deploy via FTP / deploy (push) Successful in 4s
All checks were successful
Deploy via FTP / deploy (push) Successful in 4s
This commit is contained in:
@@ -49,14 +49,14 @@ body::before {
|
||||
z-index: 100;
|
||||
}
|
||||
#legal-bar a {
|
||||
color: rgba(255,255,255,0.3);
|
||||
color: rgba(255,255,255,0.55);
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
margin: 0 6px;
|
||||
transition: color 150ms ease;
|
||||
}
|
||||
#legal-bar a:hover { color: rgba(255,255,255,0.65); }
|
||||
#legal-bar span { color: rgba(255,255,255,0.15); font-size: 11px; }
|
||||
#legal-bar a:hover { color: rgba(255,255,255,0.85); }
|
||||
#legal-bar span { color: rgba(255,255,255,0.4); font-size: 11px; }
|
||||
|
||||
/* ── Overlay card ── */
|
||||
#overlay {
|
||||
@@ -98,7 +98,7 @@ body::before {
|
||||
|
||||
.hint {
|
||||
font-size: 12px !important;
|
||||
color: rgba(255,255,255,0.35) !important;
|
||||
color: rgba(255,255,255,0.55) !important;
|
||||
margin-top: 4px !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user