Anyway if you think the "danger, Will Robinson" styling of CWs in the new Masto skin is as dismissive as it is infantilising - or it's just not for your site - drop the css in reply into your custom css and be
wuvoo, kiss kiss
.content-warning::before,
.content-warning::after,
.compose-form .spoiler-input__border{
background: linear-gradient(
to bottom,
rgba(255, 0, 0, 1) 0%,
rgba(255, 154, 0, 1) 10%,
rgba(208, 222, 33, 1) 20%,
rgba(79, 220, 74, 1) 30%,
rgba(63, 218, 216, 1) 40%,
rgba(47, 201, 226, 1) 50%,
rgba(28, 127, 238, 1) 60%,
rgba(95, 21, 242, 1) 70%,
rgba(186, 12, 248, 1) 80%,
rgba(251, 7, 217, 1) 90%,
rgba(255, 0, 0, 1) 100%
);
}
alternative rules you might use:
background: transparent;
display: none;
background: (any hex colour like #5c8d72, or rgb colour like rgb(74,159,112) )
you can generate your own css gradients here: https://cssgradient.io/
In general, I do have to say the new doll-up is very nice, and I really like it on mobile web.
@davey_cakes Brand Purple™
(seriously that UI accent color is called "brand purple" internally, I hate it)
@davey_cakes thanks, this is a real helpful starting place
@davey_cakes don't forget .compose-form .spoiler-input__border
@jmorahan good spot, will edit that in in a bit. Thanks
@davey_cakes made an out-loud 'ooh' when I saw this ;D
@welshpixie why sweep it under the carpet when we can cover it in glitter
I did hold back from pulsating. For now.
@davey_cakes It's awesome - and matches our instance colours what with our instance logo being
@davey_cakes hey @dragon you seen this yet?