Fixed: rules list separator color
This commit is contained in:
parent
cdbb4190b5
commit
0049e2e52e
4 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* TangerineUI 🍊 for Mastodon ・ Purple variant 🪻
|
||||
version: 1.8.4
|
||||
version: 1.8.5
|
||||
|
||||
A Tangerine redesign for Mastodon's Web UI.
|
||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||
|
|
@ -3403,7 +3403,7 @@ body.layout-single-column {
|
|||
background-color: var(--color-accent-bg);
|
||||
}
|
||||
.layout-single-column .rules-list li {
|
||||
border-bottom: 2px solid #f5f2ef;
|
||||
border-bottom: 2px solid var(--color-accent-lines);
|
||||
padding: 1em 1.75em 1em 3.4em;
|
||||
}
|
||||
.layout-single-column .rules-list li:last-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue