Skip to content

Commit b34534c

Browse files
feat: make a tag blue instead of black
1 parent a702660 commit b34534c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

themes/beautifulhugo/static/css/main.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ p a {
3939
/* text-decoration: underline */
4040
color: #008AFF;
4141
}
42-
@media (prefers-color-scheme: dark) {
43-
p a {
44-
color: black;
45-
}
46-
}
4742

4843
h1,h2,h3,h4,h5,h6 {
4944
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
@@ -52,11 +47,6 @@ h1,h2,h3,h4,h5,h6 {
5247
a {
5348
color: #008AFF;
5449
}
55-
@media (prefers-color-scheme: dark) {
56-
a {
57-
color: black;
58-
}
59-
}
6050
a:hover,
6151
a:focus {
6252
color: #0085a1;

0 commit comments

Comments
 (0)