🎨 update links-css to remove need for bold-markdown on links
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
de30683e60
commit
f796d966ae
32 changed files with 176 additions and 177 deletions
|
@ -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);}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue