Fixed: links in the About page weren't properly colored.
This commit is contained in:
parent
584d512e79
commit
b4dd5b8588
4 changed files with 20 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* TangerineUI 🍊 for Mastodon ・ Purple variant 🪻
|
||||
version: 1.8.8
|
||||
version: 1.8.9
|
||||
|
||||
A Tangerine redesign for Mastodon's Web UI.
|
||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||
|
|
@ -3436,9 +3436,12 @@ body.layout-single-column {
|
|||
}
|
||||
.layout-single-column .about__section__body .prose a,
|
||||
.layout-single-column .about__section__body .prose a:hover {
|
||||
color: var(--color-content-fg);
|
||||
color: var(--color-accent);
|
||||
text-decoration: none;
|
||||
}
|
||||
.layout-single-column .about__section__body .prose a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.layout-single-column .about__section__body .prose small.lang_label {
|
||||
margin-left: -2em;
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue