aocosmic neon_arch mergify[bot] alamin655 codefactor-io commited on
Commit
c698f4e
β€’
1 Parent(s): 67c3e39

πŸ’„ Different text color for the visited search results title links in the search page (#445)

Browse files

* 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 <mustafadhuleb53@gmail.com>

* [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 <mustafadhuleb53@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: alamin655 <mdalamin655@outlook.com>
Co-authored-by: codefactor-io <support@codefactor.io>

Files changed (1) hide show
  1. public/static/themes/simple.css +1 -1
public/static/themes/simple.css CHANGED
@@ -348,7 +348,7 @@ footer div {
348
  }
349
 
350
  .results_aggregated .result h1 a:visited {
351
- color: var(--background-color);
352
  }
353
 
354
  .results_aggregated .result small {
 
348
  }
349
 
350
  .results_aggregated .result h1 a:visited {
351
+ color: var(--color-five);
352
  }
353
 
354
  .results_aggregated .result small {