I couldn’t read this site with its current styles.pppp
yhbt.net - HELP, I CANT READ THIS SH** by seanpanda0
Details
Authorseanpanda0
LicenseNo License
Categoryreadable
Created
Updated
Size863 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 yhbt.net - HELP, I CANT READ THIS SH**
@version 20220608.17.15
@namespace userstyles.world/user/seanpanda0
@description I couldn’t read this site with its current styles.pppp
@author seanpanda0
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://yhbt.net/unicorn/") {
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
font-family: Roboto;
line-height: 1.5em;
font-size: 16px;
max-width: 48em;
margin: 0 auto;
overflow-wrap: break-word;
word-wrap: break-word;
}
pre {
word-wrap: break-word!important;
overflow-wrap: anywhere!important;
display: block;
max-width: 100%;
white-space: pre-wrap;
}
:not(h1, h2, h3, h4, h5, h6) + :is(h1,h2,h3,h4,h5,h6) {
margin-top: 2em;
}
a {
padding: 0 .3em;
}
}