Simplify
◆Web Scratch by syon
Details
Authorsyon
LicenseNo License
Categoryefcl
Created
Updated
Size522 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 ◆Web Scratch
@namespace userstyles.world
@version 2022-09-12
@description Simplify
@author syon
==/UserStyle== */
@-moz-document domain("efcl.info") {
header,
.github-ribbon,
.sidebar {
display: none !important;
}
html body {
font-family: arial, sans-serif, "Segoe UI Emoji" !important;
font-feature-settings: "palt";
}
.container {
max-width: 800px;
margin: 0 auto !important;
}
.post-content h2 {
margin-top: 4rem;
}
}