diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-05 13:24:29 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-05 13:24:29 +0300 |
commit | e08baa14314b3031304f990d8dbc4c6e57bb6930 (patch) | |
tree | 3e5aa5428055f540bff8ccc6df87ae81df9a43ee /src/pages/stylesheets/styles.css | |
parent | Refining code and design (diff) | |
download | libredirect-e08baa14314b3031304f990d8dbc4c6e57bb6930.zip |
Fixed issue #25
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index e7a7c5f2..1f39d109 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -329,7 +329,7 @@ h4 { div.some-block h4 { margin: 0; - width: 70%; + /* width: 70%; */ } div.option-block h4 { @@ -432,6 +432,22 @@ textarea { width: 100%; } +button.default { + margin-left: 30px; + background-color: transparent; + border: none; + color: white; + padding: 5px; + width: 34px; + height: 34px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin: 4px 2px; + cursor: pointer; +} + @media (prefers-color-scheme: light) { body { --text: #000; |