diff options
| author | ManeraKai <manerakai@protonmail.com> | 2023-01-21 14:29:10 +0300 | 
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2023-01-21 14:29:10 +0300 | 
| commit | 57e32c8d7ac8a9fb34a6c5d76b677a9df7dc714f (patch) | |
| tree | bbde34f9224c9944c26f9cb67575a32d71e773f9 /src/pages/stylesheets | |
| parent | UX/UI tweaks (diff) | |
| download | libredirect-57e32c8d7ac8a9fb34a6c5d76b677a9df7dc714f.zip | |
Cleaned code. Fixed settings conversion not working
Diffstat (limited to 'src/pages/stylesheets')
| -rw-r--r-- | src/pages/stylesheets/styles.css | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 7d1b93ba..fc089728 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -411,6 +411,10 @@ body.light-theme a { color: black; } +body.light-theme a:hover { + color: var(--active) +} + section.general { display: flex; flex-wrap: wrap;  | 
