Change the colour of links on blog posts
This commit is contained in:
parent
b4b9c9aa5b
commit
412c54acaf
|
@ -27,6 +27,7 @@
|
||||||
--clr-code-bg: #241445;
|
--clr-code-bg: #241445;
|
||||||
--clr-highlight: #6736ad;
|
--clr-highlight: #6736ad;
|
||||||
--clr-border-main: #c6ccc8;
|
--clr-border-main: #c6ccc8;
|
||||||
|
--clr-link: #ED64F5;
|
||||||
--clr-link-hover: #c355c9;
|
--clr-link-hover: #c355c9;
|
||||||
--clr-tag: #208448;
|
--clr-tag: #208448;
|
||||||
--clr-tag-hover: #006428;
|
--clr-tag-hover: #006428;
|
||||||
|
@ -674,7 +675,8 @@ section a:link,
|
||||||
p a:link,
|
p a:link,
|
||||||
section a:visited,
|
section a:visited,
|
||||||
p a:visited {
|
p a:visited {
|
||||||
color: var(--clr-body-txt);
|
color: var(--clr-link);
|
||||||
|
font-weight: 700;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-underline-offset: 0.125em;
|
text-underline-offset: 0.125em;
|
||||||
text-decoration-thickness: 0.0625em;
|
text-decoration-thickness: 0.0625em;
|
||||||
|
|
Loading…
Reference in New Issue