Fix accessibility: Improve footer contrast and text visibility
- Add explicit white color and bold weight to footer navigation spans - Increase seasonal info opacity from 50% to 85% for better contrast - Ensures footer text meets WCAG accessibility standards - Improves readability for users with low vision
This commit is contained in:
@@ -42,6 +42,11 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.footer-nav-link span {
|
||||
color: #ffffff;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* Адаптивность для мобильных */
|
||||
@media (max-width: 768px) {
|
||||
.footer-nav-links {
|
||||
|
||||
Reference in New Issue
Block a user