From c698f4e0ef8bf66c05f6c478df5c82caaaf5704c Mon Sep 17 00:00:00 2001 From: aocosmic <51456343+cybrejon@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Different=20text=20color=20for?= =?UTF-8?q?=20the=20visited=20search=20results=20title=20links=20in=20the?= =?UTF-8?q?=20search=20page=20(#445)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lazyload search result text with css content-visibility * typo, lightning-fast is grammatically correct * revamped logo to look more modern * added class to control how new logo looks and behaves * added class to control how new logo looks and behaves * Replace old websurfx logo in readme file * major visual revamp * removed logo files and switched to inline svg * added `--logo-color` to make svg logo colorscheme adaptive * Update public/static/themes/simple.css Co-authored-by: neon_arch * [CodeFactor] Apply fixes * chores: fix duplicate footer selector and remove unknown pseudo-class * chores: remove missed duplicate footer selector * chores: pass formatter check by deleting empty line at 18 * fix search result title disappearing after being visited --------- Co-authored-by: neon_arch Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: alamin655 Co-authored-by: codefactor-io --- public/static/themes/simple.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index 9aa1ef7..aab743e 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -348,7 +348,7 @@ footer div { } .results_aggregated .result h1 a:visited { - color: var(--background-color); + color: var(--color-five); } .results_aggregated .result small {