diff --git a/.editorconfig b/.editorconfig index bde8574..1cc0f43 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,10 +3,7 @@ root = true [*] end_of_line = lf charset = utf-8 -trim_trailing_whitespace = true insert_final_newline = true -indent_style = space -indent_size = 4 [*.{css,scss,html}] indent_style = space diff --git a/sass/_comments.scss b/sass/_comments.scss index dbc3071..1e6fdbd 100644 --- a/sass/_comments.scss +++ b/sass/_comments.scss @@ -140,7 +140,7 @@ section#comments { } &::before { - content: "♥"; + content: "❤️"; margin-inline-end: 0.25rem; } } diff --git a/sass/_main.scss b/sass/_main.scss index f5d03bd..063b8a4 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -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 { diff --git a/sass/_statements.scss b/sass/_statements.scss index 3f3d620..38c86d5 100644 --- a/sass/_statements.scss +++ b/sass/_statements.scss @@ -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;