Minor changes, major improvements.
Debian cdimage - BetterThanDefault by hazzuk

Details
Authorhazzuk
LicenseGPL-3.0-only
Categorycdimage.debian
Created
Updated
Code size787 B
Code checksuma3f8f5d1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Debian cdimage - BetterThanDefault
@version 20250320.00.41
@namespace https://userstyles.world/user/hazzuk
@description Minor changes, major improvements.
@author hazzuk
@license GPL-3.0-only
==/UserStyle== */
@-moz-document domain("cdimage.debian.org") {
body {
width: 52%;
place-self: center;
font-family: sans-serif;
font-weight: 400;
border-style: solid;
border-radius: 2rem;
padding: 3rem;
}
h1 {
font-size: 2.5rem;
margin-top: 3rem;
}
h2 {
font-size: 1.5rem;
margin-top: 3rem;
}
table {
max-width: fit-content;
width: 50rem;
place-self: center;
margin: 3rem 0;
}
a {
text-decoration-line: none;
}
table tr th, table tr td {
padding: 0.4em 0.8em;
}
}