From 54bbc06bd84437c6b38e2f6c57060f21a8318720 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 19 Feb 2023 14:08:33 +0100 Subject: . --- src/app.html | 207 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 103 insertions(+), 104 deletions(-) (limited to 'src/app.html') diff --git a/src/app.html b/src/app.html index ef0bfa1..68797f1 100644 --- a/src/app.html +++ b/src/app.html @@ -1,122 +1,121 @@ - - - - - - %sveltekit.head% - - -
%sveltekit.body%
- + button, + input, + textarea, + select { + background-color: transparent; + border-radius: 0; + color: inherit; + line-height: inherit; + appearance: none; + } - \ No newline at end of file + textarea { + resize: vertical; + overflow: auto; + vertical-align: top; + } + + a { + color: hsl(250, 84%, 54%); + } + + table { + border-collapse: collapse; + border-spacing: 0; + } + + img, + video, + svg { + display: block; + max-width: 100%; + } + + @media (min-width: 64rem) { + body { + font-size: 1.25rem; + } + + h1 { + font-size: 3.051rem; + } + + h2 { + font-size: 2.44rem; + } + + h3 { + font-size: 1.75rem; + } + + h4 { + font-size: 1.5625rem; + } + } + + %sveltekit.head% + + + +
%sveltekit.body%
+ + -- cgit v1.3