aboutsummaryrefslogtreecommitdiff
path: root/.config/startpage/style.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-22 12:58:16 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-22 12:58:16 +0200
commit9293bd808111f576f981d0d93ca8d715d22cd7e5 (patch)
tree518d9867579cc01929198f4fce4f015ac6c9e128 /.config/startpage/style.css
parent8da5ed235bf0177df156eca42239257586026d02 (diff)
large laptop dotfiles update
Diffstat (limited to '.config/startpage/style.css')
-rw-r--r--.config/startpage/style.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/.config/startpage/style.css b/.config/startpage/style.css
deleted file mode 100644
index 4c94d1b..0000000
--- a/.config/startpage/style.css
+++ /dev/null
@@ -1,44 +0,0 @@
-:root {
- --color0: #0f1419;
- --color1: #ff3f4f;
- --color2: #81f900;
- --color3: #ffd945;
- --color4: #45a1ed;
- --color5: #ef47c5;
- --color6: #19d1e5;
- --color7: #f8f8f0;
- --color8: #495162;
- --color9: #f95c76;
- --color10: #7dfc5a;
- --color11: #f9ce70;
- --color12: #6395f2;
- --color13: #ea79fc;
- --color14: #88f0fc;
- --color15: #fffff4;
-}
-
-html, body {
- margin: 0;
- padding: 0;
- background: var(--color0);
- color: var(--color15);
- font-family: "JetBrainsMono Nerd Font";
-}
-
-* {
- cursor: normal;
- user-select: none;
-}
-
-h1 {
- margin: 0;
-}
-
-.center {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- white-space: nowrap;
-}
-