[Glitch] Implement Instance Moderation Notes

Port CSS changes from 72f2f35bfb44bb87de6a1f4726a2965d049169e3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Emelia Smith 2025-06-25 10:15:44 +02:00 committed by Claire
parent c9a1e27a49
commit 34b8ff8267

View File

@ -1653,6 +1653,17 @@ a.sparkline {
}
}
a.timestamp {
color: $darker-text-color;
text-decoration: none;
&:hover,
&:focus,
&:active {
text-decoration: underline;
}
}
time {
margin-inline-start: 5px;
vertical-align: baseline;