diff options
| author | Fuwn <[email protected]> | 2024-01-05 17:55:21 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-05 17:55:21 -0800 |
| commit | 2093526afcafb7703cdbc507ff5e8810a39060b0 (patch) | |
| tree | 2b56218efa270e73d5da98330779bb2664e3d704 /src/app.html | |
| parent | refactor(user): spacing for links (diff) | |
| download | due.moe-2093526afcafb7703cdbc507ff5e8810a39060b0.tar.xz due.moe-2093526afcafb7703cdbc507ff5e8810a39060b0.zip | |
feat(css): shadows
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/src/app.html b/src/app.html index 3616e3cb..663fd418 100644 --- a/src/app.html +++ b/src/app.html @@ -136,62 +136,6 @@ }); </script> - <style> - html { - transition: 300ms; - } - - :root { - --base00: #f8f8f8; - --base001: #ffffff; - --base01: #e8e8e8; - --base02: #d8d8d8; - --base03: #b8b8b8; - --base04: #585858; - --base05: #383838; - --base06: #282828; - --base07: #181818; - --base08: #ab4642; - --base09: #dc9656; - --base0A: #f7ca88; - --base0B: #a1b56c; - --base0C: #86c1b9; - --base0D: #7cafc2; - --base0E: #ba8baf; - --base0F: #a16946; - } - - @media (prefers-color-scheme: dark) { - :root { - --base00: #080808; - --base001: #0c0c0c; - --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; - } - } - - #mai { - position: fixed; - left: 0; - bottom: 0; - height: auto; - width: 10vh; - } - </style> - %sveltekit.head% </head> |