Matched detailed post highlight with thread lines
This commit is contained in:
parent
b1c4908671
commit
a25137edf9
4 changed files with 12 additions and 16 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue