12pt font, hide logo, 90% width
booklink.me format by lededev
Details
Authorlededev
LicenseNo License
Categoryuserstyles
Created
Updated
Size497 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 booklink.me format
@version 20211229.12.32
@namespace userstyles.world/user/lededev
@description 12pt font, hide logo, 90% width
@author lededev
@license No License
==/UserStyle== */
@-moz-document domain("booklink.me") {
.logo {
width: 0px;
display: none !important;
}
li, td, th {
font-size: 12pt;
}
body > div > table:nth-child(2), body > div > table:nth-child(4), body > div > table:nth-child(5) {
width: 80%;
}
}