Use emoji heart in comments, don't use shadow for statements, make nested quotes not rounded
This commit is contained in:
@ -140,7 +140,7 @@ section#comments {
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "♥";
|
||||
content: "❤️";
|
||||
margin-inline-end: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
@ -2,7 +2,6 @@
|
||||
margin: 1rem 0 1rem;
|
||||
padding: 1rem 1rem 0.5rem 1rem;
|
||||
border-radius: var(--rounded-corner);
|
||||
box-shadow: var(--shadow);
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user