From 57d3517b757c38f0a580efb6e01f48ede724119f Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 10 Mar 2022 19:41:00 +0300 Subject: Added links on icons in the popup #103 --- src/pages/stylesheets/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/pages/stylesheets/styles.css') 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 { -- cgit 1.4.1