From a1184c492fd5e2d98bc66db507087937729eadee Mon Sep 17 00:00:00 2001 From: Sawyer Date: Sat, 8 Mar 2025 15:45:57 -0600 Subject: [PATCH] format code --- src/app.html | 24 +++++++++++------------ static/style.css | 50 ++++++++++++++++++++++++------------------------ 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/app.html b/src/app.html index edb5d17..03afb79 100644 --- a/src/app.html +++ b/src/app.html @@ -1,13 +1,13 @@ - + - - - - - - %sveltekit.head% - - -
%sveltekit.body%
- - \ No newline at end of file + + + + + + %sveltekit.head% + + +
%sveltekit.body%
+ + diff --git a/static/style.css b/static/style.css index 384c25e..0eb44d3 100644 --- a/static/style.css +++ b/static/style.css @@ -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; -} \ No newline at end of file + color: #858585; + font-weight: 500; +}