aboutsummaryrefslogtreecommitdiff
path: root/static/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.css')
-rw-r--r--static/index.css70
1 files changed, 0 insertions, 70 deletions
diff --git a/static/index.css b/static/index.css
deleted file mode 100644
index d5d74cd..0000000
--- a/static/index.css
+++ /dev/null
@@ -1,70 +0,0 @@
-:host, :root {
- --primary: #726eff;
- --fg-primary: #fff;
- --fg: #212b38;
- --fg-disabled: #37465b;
- --bg-label: #dedee8;
- --border-radius: 4px;
- --card-background: #fff;
- --page-background: #dfdfdf;
- --shadow: #223223aa 1px 1px 4px;
-}
-
-html, body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- overflow: hidden;
-}
-
-body {
- font-family: "Noto Sans", sans-serif;
- color: var(--fg);
-}
-
-button {
- font-family: "Noto Sans", sans-serif;
- background: var(--primary);
- color: var(--fg-primary);
- padding: 10px;
- border: none;
- border-radius: var(--border-radius);
- font-weight: bold;
- cursor: pointer;
-}
-
-input {
- font-family: "Noto Sans", sans-serif;
- color: var(--fg);
- padding: 10px;
- border: none;
- outline: none;
- background: var(--bg-label);
- border-radius: var(--border-radius);
-}
-
-* {
- box-sizing: border-box;
-}
-
-.icon svg {
- width: 100%;
- height: 100%;
-}
-
-@font-face {
- font-family: Pacifico;
- src: url(/fonts/pacifico/regular.ttf);
-}
-
-@font-face {
- font-family: "Noto Sans";
- src: url(/fonts/noto-sans/default.ttf);
-}
-
-@font-face {
- font-family: "Noto Sans";
- font-style: italic
- src: url(/fonts/noto-sans/italic.ttf);
-}