diff options
Diffstat (limited to '.config/startpage/style.css')
-rw-r--r-- | .config/startpage/style.css | 25 |
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; -} - |