aboutsummaryrefslogtreecommitdiff
path: root/.config/startpage/style.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-12 10:00:37 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-12 10:00:37 +0100
commit3a763e044b9f4e6f4b6e417bfcada1ffa3810fb9 (patch)
treedbdb3853c545ecb375857562dc0126281d52759d /.config/startpage/style.css
parent1ba4f80fc221cb9f28ba7066671e57a29bae2c8f (diff)
remove start page (unused)
Diffstat (limited to '.config/startpage/style.css')
-rw-r--r--.config/startpage/style.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/.config/startpage/style.css b/.config/startpage/style.css
deleted file mode 100644
index d92ab0c..0000000
--- a/.config/startpage/style.css
+++ /dev/null
@@ -1,25 +0,0 @@
-html, body {
- margin: 0;
- padding: 0;
- background: var(--background);
- color: var(--foreground);
- 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;
-}
-