fixed color of markdown links

This commit is contained in:
J-onasJones 2024-06-28 02:57:59 +02:00
parent fe611f9ba7
commit f4c83427d2

View file

@ -43,4 +43,8 @@ h1, h2, h3, h4, h5, h6 {
a, p {
font-family: 'JetBrains Mono';
font-size: 20px;
}
a {
color: #c49900;
}