restore normal font size for texts and followed link color
opennet: restore normal font size and color by iav
Details
Authoriav
LicenseCC0
Categoryopennet.me
Created
Updated
Code size821 B
Code checksum2a50dd4f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name opennet.ru - restore normal font size for texts
@namespace opennet
@author shtripok
@description `A lot of texts at opennet.ru site have a smaller that normal size. This style restores normal font size for "content" (non - interface-part) texts.
Makes followed links more visible.`
@version 20250401
@license NO-RESTRICTIONS
==/UserStyle== */
@-moz-document domain("opennet.ru"),
domain("opennet.me") {
td.ftxt,
.ctxt,
.tlist,
BLOCKQUOTE,
HTML > BODY > CENTER > table tbody tr TD > FONT,
HTML > BODY > CENTER > P > table tbody tr TD > FONT,
HTML > BODY > CENTER > P > table tbody tr TD > BLOCKQUOTE > FONT {
font-size: 100% !important;
}
a:visited {
color: #636 !important;
}
}