Matched detailed post highlight with thread lines

This commit is contained in:
Niléane 2023-10-15 21:37:50 +02:00
commit a25137edf9
No known key found for this signature in database
4 changed files with 12 additions and 16 deletions

View file

@ -1,5 +1,5 @@
/* TangerineUI 🍊 for Mastodon Purple variant 🪻
version: 1.9.4
version: 1.9.5
A Tangerine redesign for Mastodon's Web UI.
https://github.com/nileane/TangerineUI-for-Mastodon/
@ -53,7 +53,7 @@
--color-accent: #7a7af9;
--color-accent-focus: #5a47ff;
--color-accent-lines: rgba(122, 122, 249, 0.12);
--color-accent-lines: rgba(122, 122, 249, 0.3);
--color-accent-bg: #261f3c;
--color-accent-fg: #ffffff;
@ -993,8 +993,7 @@ body.layout-single-column {
}
@media (prefers-color-scheme: dark) {
.layout-single-column .status--in-thread .status__line {
border-color: var(--color-accent);
opacity: .3;
border-color: var(--color-accent-lines);
}
}
.layout-single-column .status__line.status__line--full {

View file

@ -1,5 +1,5 @@
/* TangerineUI 🍊 for Mastodon
version: 1.9.4
version: 1.9.5
A Tangerine redesign for Mastodon's Web UI.
https://github.com/nileane/TangerineUI-for-Mastodon/
@ -53,7 +53,7 @@
--color-accent: #e68933;
--color-accent-focus: #ffa047;
--color-accent-lines: rgb(230, 137, 51, 0.12);
--color-accent-lines: rgb(230, 137, 51, 0.3);
--color-accent-bg: #3c2a1f;
--color-accent-fg: #ffffff;
@ -993,8 +993,7 @@ body.layout-single-column {
}
@media (prefers-color-scheme: dark) {
.layout-single-column .status--in-thread .status__line {
border-color: var(--color-accent);
opacity: .3;
border-color: var(--color-accent-lines);
}
}
.layout-single-column .status__line.status__line--full {