Links on STALKER Anomaly ModDB are now visible!
No more white links.
Authorkhoaluu60
LicenseNo License
Categorymoddb
Created
Updated
Size427 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Links on STALKER Anomaly ModDB are now visible!
No more white links.
/* ==UserStyle==
@name ModDB STALKER Anomaly visible links
@version 20240111.06.36
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.moddb.com/mods/stalker-anomaly") {
a {
color: #ff3838;
outline: none;
text-decoration: underline;
}
a:hover {
color: #9e9fa5;
text-decoration: none;
text-transform: none;
font-family: Arial;
}
div.comment a {
color: #ff3838;
}
}