about summary refs log tree commit diff stats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-10 19:41:00 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-10 19:41:00 +0300
commit57d3517b757c38f0a580efb6e01f48ede724119f (patch)
treee295ce56b7c0223a253bf09f576b37c20451d951 /src/pages/stylesheets
parentremoved hompage from manifest as it's changing the default home page #101 (diff)
downloadlibredirect-57d3517b757c38f0a580efb6e01f48ede724119f.zip
Added links on icons in the popup #103
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css4
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 {