|
|
|
@ -37,7 +37,7 @@ body {
@@ -37,7 +37,7 @@ body {
|
|
|
|
|
margin: 0; |
|
|
|
|
padding: 8px; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
|
|
|
font-family: "Dosis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
a { |
|
|
|
@ -92,3 +92,16 @@ button:not(:disabled):active {
@@ -92,3 +92,16 @@ button:not(:disabled):active {
|
|
|
|
|
button:focus { |
|
|
|
|
border-color: #666; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* ---- inputs --- */ |
|
|
|
|
|
|
|
|
|
input, select { |
|
|
|
|
border: 0px; |
|
|
|
|
border-bottom: 1px solid var(--indigo-dye); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
input:focus, select:focus { |
|
|
|
|
border: 1px solid var(--indigo-dye);; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|