From 4cc2d3324813f08471ceb3cbe0a0e20ce71a166e Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 2 Jan 2024 14:01:40 -0800 Subject: [PATCH] fix: dark theme --- src/assets/styles/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 5b723f77..bb6a3b77 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -459,7 +459,10 @@ footer nav { a:hover, a:focus, - a:active { + a:active, + :is(.main__title, footer nav:last-child) a:hover, + :is(.main__title, footer nav:last-child) a:focus, + :is(.main__title, footer nav:last-child) a:active { color: var(--blue-200); }