diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-06 03:55:53 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-06 03:55:59 +0300 |
commit | d4f82a7fc5ce731e921c5f115463bab7a1a15c69 (patch) | |
tree | 28a96e9c874f93d2919bffe686b326a28badf7f6 /src/pages/stylesheets/styles.css | |
parent | combining some of piped and invidious settings #14 (diff) | |
download | libredirect-d4f82a7fc5ce731e921c5f115463bab7a1a15c69.zip |
readded default and custom instances. Needs some work
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 7cf0fe1e..9046ce26 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -48,7 +48,6 @@ input[type="text"], select { padding: 5px 10px; width: 400px; - margin: auto; border-radius: 3px; box-sizing: border-box; margin-bottom: var(--space); @@ -448,10 +447,29 @@ button.default { cursor: pointer; } -button.default svg { +button svg { color: var(--text); } +div.checklist div { + justify-content: space-between; + margin: 5px 15px; + padding: 10px 0; + /* border-bottom: 2px solid rgb(77, 77, 77); */ + display: flex; +} + + +button.add { + background-color: transparent; + border: none; + padding: 0; + margin: 0; + text-decoration: none; + display: inline-block; + cursor: pointer; +} + @media (prefers-color-scheme: light) { body { --text: #000; |