Skip to content

Commit b943c59

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2e66804 commit b943c59

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/styles/global.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ body {
6060

6161
.prose :is(h1, h2, h3, h4, h5, h6) a:hover {
6262
text-decoration: underline !important;
63-
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, text-decoration-thickness 0.2s;
64-
color:#151f38;
63+
transition:
64+
color 0.2s ease-in-out,
65+
background-color 0.2s ease-in-out,
66+
text-decoration-thickness 0.2s;
67+
color: #151f38;
6568
}
6669

67-
6870
.prose :is(h1, h2, h3, h4, h5, h6) a:focus {
6971
outline: 4px solid #0073e6;
7072
outline-offset: 5px;

0 commit comments

Comments
 (0)