mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-23 03:19:19 +02:00
fixed color of markdown links
This commit is contained in:
parent
fe611f9ba7
commit
f4c83427d2
1 changed files with 4 additions and 0 deletions
|
@ -44,3 +44,7 @@ a, p {
|
||||||
font-family: 'JetBrains Mono';
|
font-family: 'JetBrains Mono';
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #c49900;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue