Skip to content

Newgrounds Portal, Obvious Visited by j32b

Screenshot of Newgrounds Portal, Obvious Visited

Details

Authorj32b

LicenseCC0

Categorynewgrounds.com

Created

Updated

Size747 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

In Latest Submissions, dims the visited links making them easier to differentiate from the unvisited links

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Newgrounds Portal, Obvious Visited
@version      20230611.15.13
@namespace    userstyles.world/user/j32b
@description  In Latest Submissions, dims the visited links making them easier to differentiate from the unvisited links
@author       j32b
@license      CC0
==/UserStyle== */

@-moz-document url-prefix("https://www.newgrounds.com/portal") {
/* ==UserStyle==
@name           Newgrounds Portal, Obvious Visited
@namespace      j32b.com
@version        1.0
@description    In Latest Submissions, dims the visited links making them easier to differentiate from the unvisited links
@author         john32b
==/UserStyle== */


.judgement a:not(:hover):visited, a.judgement:not(:hover):visited {
  color: #372C3B;
}
}

Reviews

No reviews yet.