From 6d648dde6114be3e7c8f1c088ce61a790709adee Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 7 Jan 2023 11:14:35 +0300 Subject: Improved UX/UI. Fixed https://github.com/libredirect/libredirect/issues/552 --- src/pages/stylesheets/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/pages/stylesheets') diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 5f2871e4..24628f5c 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -126,6 +126,12 @@ section.links div { } a { + text-decoration: none; + color: var(--text); + transition: 0.1s; +} + +a:hover { color: var(--active); } -- cgit 1.4.1