mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-27 18:13:12 -05:00
[Glitch] Change account moderation notes to make links clickable
Port 9b3e22c40d5a24ddfa0df42d8fe6e96a273e8afd to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
9205b4e32f
commit
9b4afb320a
@ -1588,6 +1588,15 @@ a.sparkline {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: $highlight-text-color;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__actions {
|
||||
|
Loading…
x
Reference in New Issue
Block a user