2022-11-22 01:30:28 +00:00
|
|
|
/* Main background: CR 15.55 against white text */
|
2022-11-19 03:26:23 +00:00
|
|
|
$classic-base-color: #261f3f;
|
2018-08-31 03:29:42 +01:00
|
|
|
$ui-base-color: $classic-base-color;
|
2022-11-22 01:30:28 +00:00
|
|
|
|
|
|
|
/* 'grey' text: CR 4.6 against base */
|
2022-11-19 03:26:23 +00:00
|
|
|
$ui-base-lighter-color: #a87ea8;
|
2022-11-22 01:30:28 +00:00
|
|
|
|
|
|
|
/* Highlight text: CR 9.0 against base,
|
|
|
|
Reply box: CR 12.16 against black text */
|
2018-08-31 03:29:42 +01:00
|
|
|
$ui-primary-color: #9bcbed;
|
2022-11-22 01:30:28 +00:00
|
|
|
|
|
|
|
/* Hashtags and @s: CR 7.25 against base,
|
|
|
|
! CR 1.24 against reply box
|
|
|
|
Is it possible to override the reply box color? Re-using a
|
|
|
|
text color for a background color does not make sense. */
|
2022-11-21 08:39:10 +00:00
|
|
|
$ui-secondary-color: #d8a2ba;
|
2022-11-22 01:30:28 +00:00
|
|
|
|
|
|
|
/* Winning poll option: CR 5.77 against base */
|
2018-08-31 03:29:42 +01:00
|
|
|
$ui-highlight-color: #CC7AFF;
|
|
|
|
|
2022-12-14 23:10:57 +00:00
|
|
|
/* Selected toot */
|
|
|
|
.detailed-status {
|
|
|
|
background: #332a54;
|
|
|
|
}
|
|
|
|
.detailed-status__action-bar {
|
|
|
|
background: #332a54;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Replied-to-toot text over toot box */
|
|
|
|
.reply-indicator {
|
|
|
|
a {
|
|
|
|
color: var(--fbc-light-gray) }
|
|
|
|
}
|
|
|
|
|
|
|
|
/* OCR image description button */
|
|
|
|
.link-button {
|
|
|
|
color: #00446c;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2018-08-31 03:29:42 +01:00
|
|
|
|
2022-11-19 03:26:23 +00:00
|
|
|
@import 'application';
|