Template Mastodon
créez votre propre feuille de style pour Mastodon.
Pour les instructions d'installation c'est par ici.
SCSS Généré pour votre fichier custom.scss
// custom sheet made on https://www.cipherbliss.com // Commonly used web colors $black: {{ a1 }}; // Black $white: {{ a2 }}; // White $success-green: {{ a3 }} !default; // Padua $error-red: {{ a4 }} !default; // Cerise $warning-red: {{ a5 }} !default; // Sunset Orange $gold-star: {{ a6 }} !default; // Dark Goldenrod // User Interface Colors $ui-base-color: {{ c1 }}; // Midnight Express $ui-base-lighter-color: {{ c2 }} ; $ui-primary-color: {{ c3 }}; // Echo Blue $ui-secondary-color: {{ c4 }}; // Pattens Blue $ui-highlight-color: {{ c5 }}; // Summer Sky // Variables for components $media-modal-media-max-width: {{ maxw }}; // put margins on top and bottom of image to avoid the screen covered by image. $media-modal-media-max-height: {{ maxh }}; // then we import the rest of the world @import 'application';