Skip to content

enbdev.com - legible links by volkischexe

Screenshot of enbdev.com - legible links

Details

Authorvolkischexe

LicenseAll rights reserved

Categoryvideogames

Created

Updated

Size812 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The default style applied to the website for the ENBSeries extension makes a number of hyperlinks indistinguishable from regular text.

This style changes all hyperlinks to a nice, easy-on-the-eyes dark green, with lighter green links on the dark gray sections.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         enbdev.com - legible links
@version      20210919.19.21
@namespace    userstyles.world/user/volkischexe
@description  The default style applied to the website for the ENBSeries extension makes a number of hyperlinks indistinguishable from regular text.

This style changes all hyperlinks to a nice, easy-on-the-eyes dark green, with lighter green links on the dark gray sections.
@author       volkischexe
@license      All rights reserved
==/UserStyle== */

@-moz-document domain("enbdev.com") {
A:link, A:hover, A:visited, A[style] {
    text-decoration: underline !important;
    color: #789800 !important;
}

.menu_horizontal A:link, .menu_horizontal A:hover, .menu_horizontal A:visited,
#footer A:link, #footer A:hover, #footer A:visited {
    color: #E0E98D !important;
}
}

Reviews

No reviews yet.