gts-pale-rainbow/pale-rainbow.css

55 lines
911 B
CSS
Raw Normal View History

2024-06-07 19:43:36 +02:00
/*
theme-title: Pale Rainbow (dark)
theme-description: true-gray GotoSocial-v0.15 theme
*/
:root {
--white1: #fff;
--white2: #777;
--gray1: #1c1c1c;
--gray2: #222;
--gray3: #333;
--gray4: #444;
--gray5: #555;
--gray6: #666;
--orange1: #fd6a00;
--orange2: #ff853e;
--blue1: #3a9fde;
--blue2: #66befe;
--blue3: #82d8fd;
--error1: #ff5555;
--error2: #fddec6;
--error3: #dd2c2c;
--error-link: #01318C;
--green1: #baf39e;
--info-fg: var(--gray1);
--info-bg: #b3ddff;
--info-link: var(--error-link);
--fg: var(--white1);
--bg: var(--gray1);
--bg-trans: rgba(80,80,80,0.62);
}
i.fa
, .namerole .sr-only
, .language .sr-only
, .published-at .sr-only
, .fields .sr-only
, address .sr-only
, .recent.statuses .thread article header
{ display : none }
.recent.statuses .thread article
{
padding : 0;
}
.stats-grouping .stats-item dt + dd
{
order: -1;
}
html
{
scrollbar-color: unset;
}