diff --git a/blog.css b/blog.css index bc39c7f..334cb1d 100644 --- a/blog.css +++ b/blog.css @@ -1,5 +1,5 @@ a[href="./rss.xml"]:hover { - color: var(--red) !important; + color: var(--ayu-error) !important; } /* article cards styling */ @@ -16,7 +16,7 @@ a[href="./rss.xml"]:hover { } h3 a { - color: var(--text); + color: var(--ayu-e-fg); text-decoration: unset; } @@ -45,8 +45,8 @@ a[href="./rss.xml"]:hover { } .wip { - background-color: color-mix(in srgb, var(--yellow) 20%, transparent); - color: var(--yellow); + background-color: color-mix(in srgb, var(--ayu-s-special) 20%, transparent); + color: var(--ayu-s-special); padding: .2rem; border-radius: 5px; } diff --git a/blog/index.html b/blog/index.html index 8b2890e..076f181 100644 --- a/blog/index.html +++ b/blog/index.html @@ -25,9 +25,9 @@
- +