Add custom roles

This commit is contained in:
Gabriel Arazas 2023-05-11 00:06:44 +08:00
parent 5188087636
commit 41da645130
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -91,6 +91,10 @@ article.post {
text-decoration: line-through;
}
.break-anywhere {
overflow-wrap: anywhere;
}
// Custom layouts
#logo {
--size: $tooltip-size;