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