Skip to content

Misskey Tweaks by Winterveil

Screenshot of Misskey Tweaks

Details

AuthorWinterveil

LicenseNo License

Categorymisskey

Created

Updated

Size510 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replaces the default font with sans-serif and adjusts the size of posts, making the site more readable.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Misskey Tweaks
@description  Makes the site look cool
@namespace    misskey.io
@author       Parakeet
@version      2023729

==/UserStyle== */

@-moz-document domain("misskey.io") {
body {
    font-family: sans-serif;
}
    
.xD2mX {
  padding: 20px 20px;
  font-size: 14px;
}

.x5yeR {
  padding: 20px 20px;
  font-size: 14px;
}

.xf9zr > :not(:last-child) {
 padding: 15px; 
}

.x4ZLV {
  font-weight: 600;
}

.xEPBi {
  font-weight: 600;
}
}

Reviews

No reviews yet.