2022-12-14 23:10:57 +00:00
|
|
|
/* Increase contrast */
|
|
|
|
.column > .scrollable {
|
|
|
|
/* background: #322a4f; */
|
|
|
|
background: #261f3f;
|
|
|
|
}
|
|
|
|
|
2022-12-15 02:18:16 +00:00
|
|
|
.navigation-bar strong {
|
|
|
|
color: #9bcbed !important;
|
2022-12-14 23:10:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status {
|
2022-12-15 02:18:16 +00:00
|
|
|
/* border-bottom-color: #43386a; */
|
|
|
|
border-bottom-color: #524486;
|
2022-12-14 23:10:57 +00:00
|
|
|
}
|
|
|
|
|
2022-12-15 02:18:16 +00:00
|
|
|
.status__relative-time,
|
|
|
|
.status__display-name,
|
2022-12-14 23:10:57 +00:00
|
|
|
.muted .status__content,
|
|
|
|
.muted .status__content a,
|
|
|
|
.muted .status__content p,
|
2022-12-15 02:18:16 +00:00
|
|
|
.muted .status__display-name strong,
|
|
|
|
.muted .poll,
|
|
|
|
.status__prepend,
|
|
|
|
.status__prepend .status__display-name strong {
|
2022-12-14 23:10:57 +00:00
|
|
|
/* color: #885b8c; */
|
|
|
|
color: #a87ea8;
|
|
|
|
}
|
2022-12-15 02:18:16 +00:00
|
|
|
|
|
|
|
/* hashtags and @s */
|
|
|
|
.status__content a {
|
|
|
|
color: #d8a2ba;
|
2022-12-14 23:10:57 +00:00
|
|
|
}
|
2022-12-15 02:18:16 +00:00
|
|
|
|
|
|
|
/* hashtags and @s in reply box */
|
|
|
|
.reply-indicator__content a {
|
|
|
|
color: #885b8c;
|
2022-12-14 23:10:57 +00:00
|
|
|
}
|
2022-12-15 02:18:16 +00:00
|
|
|
|
|
|
|
.detailed-status,
|
2022-12-14 23:10:57 +00:00
|
|
|
.detailed-status__action-bar {
|
2022-12-15 02:18:16 +00:00
|
|
|
background: #332a54;
|
2022-12-14 23:10:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.reply-indicator {
|
2022-12-15 02:18:16 +00:00
|
|
|
background: #f0f0f4;
|
2022-12-14 23:10:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.link-button {
|
|
|
|
color: #00446c;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2022-12-15 02:18:16 +00:00
|
|
|
.icon-button {
|
|
|
|
color: #b576b4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navigation-bar .icon-button {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2022-12-15 16:22:38 +00:00
|
|
|
.icon-button .inverted,
|
2022-12-15 02:18:16 +00:00
|
|
|
.text-icon-button,
|
|
|
|
.character-counter {
|
|
|
|
color: #88588c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account__header__fields dt {
|
|
|
|
/* color: #ba8d98; */
|
|
|
|
color: #e8cde6 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detailed-status__meta,
|
|
|
|
.poll__footer,
|
|
|
|
.poll__link,
|
|
|
|
.attachment-list__list a,
|
|
|
|
.status-card,
|
|
|
|
.load-more {
|
|
|
|
/* color: #885b8c; */
|
|
|
|
color: #b38bdb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button,
|
|
|
|
.button .logo-button {
|
|
|
|
/* background: #c870ff */
|
2022-12-15 16:22:38 +00:00
|
|
|
background: #c363ff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button .button-secondary {
|
|
|
|
/* color: #9bcbed; */
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button .button-secondary:disabled {
|
|
|
|
/* opacity: .5; */
|
|
|
|
opacity: .7;
|
2022-12-15 02:18:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status__content__spoiler-link {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2022-12-15 16:22:38 +00:00
|
|
|
|
2022-12-15 02:18:16 +00:00
|
|
|
.spoiler-button__overlay__label {
|
2022-12-15 16:22:38 +00:00
|
|
|
background: rgba(0, 0, 0, .6);
|
2022-12-15 02:18:16 +00:00
|
|
|
}
|
2022-12-14 23:10:57 +00:00
|
|
|
|
|
|
|
@media screen and (min-width: 631px) {
|
|
|
|
.column,
|
|
|
|
.drawer {
|
|
|
|
/* background: #2a2440; */
|
|
|
|
background: #1c172d;
|
|
|
|
}
|
|
|
|
}
|
2023-02-08 04:26:51 +00:00
|
|
|
|
|
|
|
/* Fix domain blocks so that they are even just basically functional */
|
|
|
|
.about__domain-blocks__domain h6,
|
|
|
|
.about__domain-blocks__domain p {
|
|
|
|
white-space: unset;
|
|
|
|
overflow: initial;
|
|
|
|
}
|