diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-10 05:44:01 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-10 05:44:01 +0300 |
commit | dfa5834b3cf75e451967e238f324a741b83af721 (patch) | |
tree | 37312a78b0dda9dbfb8bbcfca5fe89891eb41ad1 /src/pages/stylesheets/styles.css | |
parent | Fixed Instagram Reels not redirecting to Bibliogram #251 (diff) | |
download | libredirect-dfa5834b3cf75e451967e238f324a741b83af721.zip |
Improving UI. Making instance urls clickable #244
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 58fa3dcc..8b2718cd 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -106,9 +106,8 @@ section.option-block h2 { body.option { display: flex; - align-items: flex-start; padding: 40px; - width: 1200px; + width: 900px; } section.links div { @@ -358,6 +357,16 @@ div.checklist div { padding: 10px 0; word-wrap: break-word; display: flex; + +} + +div.checklist a { + text-decoration: none; + color: var(--text); +} + +div.checklist a:hover { + text-decoration: underline; } div.checklist-popup div { |