aboutsummaryrefslogtreecommitdiff
path: root/src/client/static/stylesheets/hello.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/static/stylesheets/hello.css')
-rw-r--r--src/client/static/stylesheets/hello.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/client/static/stylesheets/hello.css b/src/client/static/stylesheets/hello.css
deleted file mode 100644
index edcbc92..0000000
--- a/src/client/static/stylesheets/hello.css
+++ /dev/null
@@ -1,23 +0,0 @@
-* {
- box-sizing: border-box;
-}
-
-html, body {
- margin: 0;
- font-family: 'Roboto', sans-serif;
- display: flex;
- flex-direction: column;
- justify-content: center;
- text-align: center;
- width: 100vw;
- height: 100vh;
- color: gray;
-}
-
-.ideas {
- font-size: 0.8em;
-}
-
-a {
- color: #3f51b5;
-}