From 7ee2539969d1083ebd4aba83b574fa9e29ff2b4a Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 10 Feb 2022 20:16:48 +0300 Subject: Fixed bugs. Added icons --- src/pages/stylesheets/styles.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'src/pages/stylesheets') 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 -- cgit 1.4.1