Use emoji heart in comments, don't use shadow for statements, make nested quotes not rounded

This commit is contained in:
daudix
2024-02-12 18:27:31 +03:00
parent ae977db857
commit 184d7bd456
4 changed files with 6 additions and 6 deletions

View File

@ -129,7 +129,7 @@ a {
text-decoration: underline dotted;
&:hover {
text-decoration: underline;
text-decoration: underline wavy;
}
}
@ -171,6 +171,10 @@ blockquote {
color: var(--fg-muted-5);
margin: 0;
padding: 0 0.75rem;
& & {
border-radius: 0;
}
}
abbr {