mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
397a805ffd
* 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 --------- 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>
13 lines
268 B
CSS
13 lines
268 B
CSS
:root {
|
|
--background-color: #1e1e2e;
|
|
--foreground-color: #cdd6f4;
|
|
--logo-color: #f5c2e7;
|
|
--color-one: #45475a;
|
|
--color-two: #f38ba8;
|
|
--color-three: #a6e3a1;
|
|
--color-four: #f9e2af;
|
|
--color-five: #89b4fa;
|
|
--color-six: #f5c2e7;
|
|
--color-seven: #fff;
|
|
}
|