blackout of merveilles.town
merveilles.town - blackout by levibeach
Details
Authorlevibeach
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 - blackout
@namespace github.com/openstyles/stylus
@version 1.0.0
@description blackout of merveilles.town
@author levibeach@merveilles.town
==/UserStyle== */
@-moz-document domain("merveilles.town") {
:root {
--black: #000000;
--gray-shade-1: #000;
--gray-shade-1-5: #333;
--gray-shade-2: #000;
--gray-shade-3: #000;
--gray-shade-4: #222;
--gray-shade-5: #666;
--gray-shade-6: #666;
--gray-shade-7: #fff;
--gray-shade-8: #fff;
--gray-shade-9: #666;
--gray-shade-a: #666;
--gray-shade-c: #72dec2;
--gray-shade-e: #666;
--white: #fff;
--cyan: #72dec2;
--cyan-light: #72dec2;
}
.columns-area {
gap: 1.5rem
}
.drawer__inner__mastodon img {
display: none;
}
.account__header__bio .account__header__fields .verified {
border: 0px;
border-bottom: 3px 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
}
}