diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-10 19:41:00 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-10 19:41:00 +0300 |
commit | 57d3517b757c38f0a580efb6e01f48ede724119f (patch) | |
tree | e295ce56b7c0223a253bf09f576b37c20451d951 /src/pages/stylesheets/styles.css | |
parent | removed hompage from manifest as it's changing the default home page #101 (diff) | |
download | libredirect-57d3517b757c38f0a580efb6e01f48ede724119f.zip |
Added links on icons in the popup #103
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 37cff60a..277ef2e4 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -32,9 +32,11 @@ div.some-block input[type="checkbox"] { -webkit-appearance: none; } -div.title { +.title { display: flex; align-items: center; + text-decoration: none; + color: var(--text); } img, svg { |