Add changes recommended in PR #1
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Failing after 1s
mozhi pipeline / Build and publish artifacts (push) Failing after 1s

This commit is contained in:
Arya 2023-09-19 23:33:10 +05:30
parent 443df9f8e3
commit 5333bbd223
Signed by: arya
GPG Key ID: 842D12BDA50DF120

View File

@ -2,9 +2,9 @@
body { body {
font-family: sans-serif; font-family: sans-serif;
margin: 20px auto; margin: 20px auto;
max-width: 1100px;
line-height: 1.5em; line-height: 1.5em;
font-size: 1.1em; max-width: 1000px;
font-size: 1rem;
background-color: #222; background-color: #222;
color: #f8f9fa; color: #f8f9fa;
padding: 0 10px; padding: 0 10px;
@ -64,6 +64,7 @@ textarea {
background-color: #222; background-color: #222;
border-color: #9d9d9d; border-color: #9d9d9d;
color: #f8f9fa; color: #f8f9fa;
margin-bottom: 20px
} }
textarea:focus { textarea:focus {
border-color: #e5ebff; border-color: #e5ebff;
@ -85,6 +86,7 @@ select {
box-shadow: 2px 2px 0px 0px rgba(245, 124, 0, 0.25); box-shadow: 2px 2px 0px 0px rgba(245, 124, 0, 0.25);
color: #b2b2b2; color: #b2b2b2;
background-color: #2f2f2f; background-color: #2f2f2f;
width: 100%;
} }
button { button {
@ -133,10 +135,10 @@ button:hover {
.custom-select { .custom-select {
position: relative; position: relative;
display: inline-block; display: inline-block;
margin: 5px 10px;
} }
.selected-option { .selected-option {
display: block;
padding: 7px; padding: 7px;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; border-radius: 4px;