- Text color contrast improved
- Text links have underlines
- Increased font-size and line-height
- Icons have white background for contrast
metal-archives.com - Improve accessibility by redrohX
Details
AuthorredrohX
LicenseNo License
Categorymetal-archives.com
Created
Updated
Size534 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name metal-archives.com - 9-6-2023 14:06:49
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("metal-archives.com") {
* {
color: #eee !important;
font-size: 1rem !important;
line-height: 1.4 !important;
}
a {
text-decoration: underline !important;
color: #fff !important;
}
.ui-icon {
background-color: white !important;
}
}