diff --git a/htmx_contact/static/css/main.css b/htmx_contact/static/css/main.css index 1469379..5f93e7d 100644 --- a/htmx_contact/static/css/main.css +++ b/htmx_contact/static/css/main.css @@ -25,7 +25,8 @@ } input[type=text], -input[type=email] { +input[type=email], +input[type=password] { padding: 10px 5px; border-radius: .25rem; border: 2px solid black; @@ -35,7 +36,11 @@ input[type=email] { body { font-family: 'Roboto', "Helvetica Neue"; - font-size: 16px; + font-size: 18px; + background-color: #f9fafb; + color: #1f2937; + -webkit-font-smoothing: antialiased; + font-weight: 400; } a { @@ -60,6 +65,7 @@ table a:hover { border: none; border-radius: .25rem; font-size: 16px; + font-weight: 600; } .button:hover { @@ -165,3 +171,11 @@ form span { .width-100 { width: 100%; } + +.mb-4 { + margin-bottom: 1rem; +} + +.flex-right { + justify-content: right; +} diff --git a/htmx_contact/templates/contacts.html b/htmx_contact/templates/contacts.html index 7a3ff76..8024d24 100644 --- a/htmx_contact/templates/contacts.html +++ b/htmx_contact/templates/contacts.html @@ -7,7 +7,7 @@