Skip to content

Commit 0b69956

Browse files
committed
Fix colors, following current standards.
1 parent b943c59 commit 0b69956

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/styles/global.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,10 @@ body {
5252

5353
.prose :is(h1, h2, h3, h4, h5, h6) a {
5454
text-decoration: none !important;
55-
background-image: linear-gradient(45deg, #151f38, #7a7ebd);
56-
color: transparent;
57-
background-clip: text;
58-
-webkit-background-clip: text;
5955
}
6056

6157
.prose :is(h1, h2, h3, h4, h5, h6) a:hover {
6258
text-decoration: underline !important;
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;
6859
}
6960

7061
.prose :is(h1, h2, h3, h4, h5, h6) a:focus {

0 commit comments

Comments
 (0)