This is a style to improve the serebii.net experience on desktop. It increases the size of the fonts and the navbars and adds a little margin at the bottom of navbar links.
serebii.net Desktop friendlier by simonorono

Details
Authorsimonorono
LicenseNo License
Categoryserebii
Created
Updated
Code size692 B
Code checksuma66f715c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This has only been tested on a 1920×1080 screen.
Source code
/* ==UserStyle==
@name serebii.net Desktop friendlier
@version 20211201.12.08
@namespace userstyles.world/user/simonorono
@description This is a style to improve the serebii.net experience on desktop. It increases the size of the fonts and the navbars and adds a little margin at the bottom of navbar links.
@author simonorono
@license No License
==/UserStyle== */
@-moz-document domain("serebii.net") {
* {
font-family: system-ui, sans;
}
body,
.foocontent {
font-size: 16px;
}
#lbar,
#rbar {
flex-basis: 15%;
font-size: 16px;
}
#lbar ul li,
#rbar ul li {
margin-bottom: 5px;
}
.quicklinks {
padding: 5px;
}
}