style.css: improve distinction between different forms

This commit is contained in:
dogeystamp 2022-12-31 21:39:05 -05:00
parent c6a6908a82
commit 45964ecf70
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -12,13 +12,16 @@ body {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #666666; color: #010101;
} }
body, button { body, button {
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
} }
div {
border-top: 1px solid;
}
textarea { textarea {
width: 100%; width: 100%;