From 41940bc5251f1e499f6baf880b24d0920fe0d3af Mon Sep 17 00:00:00 2001 From: Ruben Date: Wed, 2 Apr 2025 14:17:31 -0500 Subject: [PATCH] css and colors cleanup --- blog.css | 8 +- blog/index.html | 12 +-- colors.css | 176 ++++++++++++++++++++++---------------------- donate/index.html | 14 ++-- home.css | 8 +- index.html | 28 +++---- me/dni/index.html | 16 ++-- me/index.html | 43 +++++------ me/ruben/index.html | 24 +++--- ruben.css | 96 ++---------------------- style.css | 126 +++++++++++++++---------------- 11 files changed, 232 insertions(+), 319 deletions(-) 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 @@