add a palette
This commit is contained in:
parent
d09f8e0dc3
commit
da31439dea
@ -37,7 +37,7 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
box-sizing: border-box;
|
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 {
|
a {
|
||||||
@ -92,3 +92,16 @@ button:not(:disabled):active {
|
|||||||
button:focus {
|
button:focus {
|
||||||
border-color: #666;
|
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);;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -104,6 +104,8 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
width: 60em;
|
width: 60em;
|
||||||
grid-template-columns: 4fr 1fr 1fr;
|
grid-template-columns: 4fr 1fr 1fr;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
main :global(> *) {
|
main :global(> *) {
|
||||||
|
@ -16,5 +16,8 @@
|
|||||||
<style>
|
<style>
|
||||||
label {
|
label {
|
||||||
font-size: var(--font-scale-8);
|
font-size: var(--font-scale-8);
|
||||||
|
font-weight: lighter;
|
||||||
|
font-family: Dosis;
|
||||||
|
color: var(--indigo-dye);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user