format code

This commit is contained in:
Sawyer 2025-03-08 15:45:57 -06:00
parent 40182703e4
commit a1184c492f
2 changed files with 37 additions and 37 deletions

View file

@ -1,39 +1,39 @@
/* TODO: mobile media queries */
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("Inter-Regular.woff2") format("woff2");
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('Inter-Regular.woff2') format('woff2');
}
html {
font-family: Inter;
background-color: #171717;
font-family: Inter;
background-color: #171717;
}
textarea {
background-color: transparent;
color: #d4d4d8;
font: inherit;
border: none;
outline: none;
resize: none;
width: 75%;
height: 90vh;
background-color: transparent;
color: #d4d4d8;
font: inherit;
border: none;
outline: none;
resize: none;
width: 75%;
height: 90vh;
}
main {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
}
.word-count {
color: #858585;
font-weight: 500;
}
color: #858585;
font-weight: 500;
}