Makes it easier to see new entries.
orkenspalter.de Lexicon easier to see NEW by xaverstiensmeier
Details
Authorxaverstiensmeier
LicenseNo License
Categoryorkenspalter.de
Created
Updated
Size458 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name orkenspalter.de Lexicon easier to see NEW
@version 20211215.17.53
@namespace userstyles.world/user/xaverstiensmeier
@description Makes it easier to see new entries.
@author xaverstiensmeier
@license No License
==/UserStyle== */
@-moz-document domain("orkenspalter.de") {
/* h3.
span.newBadge
font-size:20px; */
h3 > span.newBadge {
margin: 2px;
font-size: 14px;
}
h3 > a.badge{
display: none;
}
}