Change the colour of links on blog posts

This commit is contained in:
Helen Chong 2024-06-22 12:36:33 +08:00
parent b4b9c9aa5b
commit 412c54acaf
1 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@
--clr-code-bg: #241445;
--clr-highlight: #6736ad;
--clr-border-main: #c6ccc8;
--clr-link: #ED64F5;
--clr-link-hover: #c355c9;
--clr-tag: #208448;
--clr-tag-hover: #006428;
@ -674,7 +675,8 @@ section a:link,
p a:link,
section a:visited,
p a:visited {
color: var(--clr-body-txt);
color: var(--clr-link);
font-weight: 700;
text-decoration: underline;
text-underline-offset: 0.125em;
text-decoration-thickness: 0.0625em;