🎨 update links-css to remove need for bold-markdown on links

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-08-09 14:43:30 +02:00
parent de30683e60
commit f796d966ae
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
32 changed files with 176 additions and 177 deletions

View file

@ -102,7 +102,7 @@ p {
margin: 10px 0px;
}
.blog a { color: var(--dark-link);}
.blog a { color: var(--dark-link); font-weight: bolder;}
.dark .blog a { color: var(--light-link);}