a reskin of mastodon with the everforest colorscheme, specifically tailored around the merveilles.town custom css
merveilles everforest by proto-0
Details
Authorproto-0
LicenseNo License
Categorymerveilles.town
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name merveilles.town - Apr 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description a reskin of mastodon with the everforest colorscheme, specifically tailored around the merveilles.town custom css
@author proto@merveilles.town
==/UserStyle== */
@-moz-document domain("merveilles.town") {
:root {
--black: #232a2e;
--gray-shade-1: #232a2e;
--gray-shade-1-5: #232a2e;
--gray-shade-2: #3d484d;
--gray-shade-3: #2d353b;
--gray-shade-4: #343f44;
--gray-shade-5: #d3c6aa;
--gray-shade-6: #859289;
--gray-shade-7: #9da9a0;
--gray-shade-8: #fff;
--gray-shade-9: #d3c6aa;
--gray-shade-a: #d3c6aa;
--gray-shade-c: #83c092;
--gray-shade-e: #d3c6aa;
--white: #d3c6aa;
--cyan: #d699b6;
--cyan-light: #d699b6;
}
.account__header__bio .account__header__fields .verified { border: 0px; border-bottom: 1px solid #425047 !important; line-height: 10px; background:none }
.theme-default button.icon-button.disabled i.fa-retweet {
background-image: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22'><circle cx='11' cy='11' r='6.5' fill='none' stroke='FireBrick' stroke-width='2' stroke-linecap='round'></circle></svg>") !important;
}
.theme-default button.icon-button.reblogPrivate i.fa-retweet { background-image: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22'><circle cx='11' cy='11' r='6.5' stroke='Linen' fill='none' stroke-width='2' stroke-linecap='round'></circle></svg>") !important }
}