Skip to content

◆Web Scratch by syon

Screenshot of ◆Web Scratch

Details

Authorsyon

LicenseNo License

Categoryefcl

Created

Updated

Size522 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simplify

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;
}
}

Reviews

No reviews yet.