makes wikipedia look very slighhtly better to my liking
slightly better wikipedia new vector by rudyon
Details
Authorrudyon
LicenseNo License
Categorywikipedia.org
Created
Updated
Size682 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 slightly better wikipedia new vector
@version 20231023.14.33
@namespace userstyles.world/user/rudyon
@description makes wikipedia look very slighhtly better to my liking
@author rudyon
@license No License
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
html {
font-size: large;
}
p {
color: #000;
}
figure[typeof~='mw:File/Thumb'] {
border: 0 !important;
background: none !important;
}
.mw-file-description::after {
display: none;
}
figure[typeof~='mw:File/Thumb'] > figcaption {
background: none !important;
border: 0;
font-size: 80%;
}
[class*="hatnote"] {
font-size: 80%;
}
}