From 1edccfdb1f56599ec676c691a881b140656e50b4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 9 Dec 2023 12:46:25 -0800 Subject: ci(earthly): add lint runner --- src/app.html | 327 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 166 insertions(+), 161 deletions(-) (limited to 'src') diff --git a/src/app.html b/src/app.html index 7954f226..090cc8f9 100644 --- a/src/app.html +++ b/src/app.html @@ -1,177 +1,182 @@ - - - - - - - - - - - - - - - - - - - - - - - - - 期限 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @media (prefers-color-scheme: dark) { + :root { + --base00: #080808; + --base01: #181818; + --base02: #282828; + --base03: #484848; + --base04: #a8a8a8; + --base05: #c8c8c8; + --base06: #d8d8d8; + --base07: #f8f8f8; + --base08: #9a4541; + --base09: #cb9555; + --base0A: #f6c987; + --base0B: #a0b45b; + --base0C: #85c0b8; + --base0D: #7baeb1; + --base0E: #b98aae; + --base0F: #a06845; + } + } - %sveltekit.head% - + #mai { + position: fixed; + left: 0; + bottom: 0; + height: auto; + width: 10vh; + } + - -
%sveltekit.body%
+ %sveltekit.head% + - - + +
%sveltekit.body%
- \ No newline at end of file + + + -- cgit v1.2.3