diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-10 20:16:48 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-10 20:16:48 +0300 |
commit | 7ee2539969d1083ebd4aba83b574fa9e29ff2b4a (patch) | |
tree | 0a9dd99c0ebcaea5e8981f089484b12acab97a8d /src/pages/stylesheets/styles.css | |
parent | Added ProxiTok #22 (diff) | |
download | libredirect-7ee2539969d1083ebd4aba83b574fa9e29ff2b4a.zip |
Fixed bugs. Added icons
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index deabdc92..1ce529f1 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -25,6 +25,17 @@ div.some-block input[type="checkbox"] { -webkit-appearance: none; } +div.title { + display: flex; + align-items: center; +} + +img, svg { + margin-right: 10px; + height: 26px; + color: var(--text); +} + input[type="url"], input[type="text"], select { @@ -87,13 +98,17 @@ body.option { padding: 40px; } +section.links div { + margin: 20px 0; +} + section.links a { display: flex; align-items: center; font-size: 30px; text-decoration: none; color: white; - margin: 20px 0; + /* margin: 20px 0; */ font-weight: bold; transition: 0.1s; } @@ -301,7 +316,4 @@ body.light-theme textarea:focus { body.light-theme a { color: black; -} - -@media (prefers-color-scheme: light) { } \ No newline at end of file |