Skip to content

ModDB STALKER Anomaly visible links by khoaluu60

Screenshot of ModDB STALKER Anomaly visible links

Details

Authorkhoaluu60

LicenseNo License

Categorymoddb

Created

Updated

Size427 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Links on STALKER Anomaly ModDB are now visible!

No more white links.

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
}
}

Reviews

No reviews yet.