Skip to content

Commit

Permalink
improve styles
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hardman <[email protected]>
  • Loading branch information
dhh1128 committed Sep 6, 2024
1 parent 0aa10aa commit ca053ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@ a:hover {
a:visited { color: #914f37 }
label, textarea, input[type="text"] {
width: 100%;
padding: 0.5em;
margin: 0.5em 0;
display: block;
}
textarea, input[type="text"] {
textarea:read-only, input[type="text"]:read-only {
background-color: #fbf6f3;
}
label {
padding-top: 1em;
}
button {
padding-top: 2px;
background-color: #d1c5c0;
color: #491705;
padding: 0.5em 1em;
border-radius: 5px;
cursor: pointer;
font-size: 110%;
}
button:hover {
background-color: #baa8a1;
Expand Down

0 comments on commit ca053ae

Please sign in to comment.