aboutsummaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2017-12-28 15:07:01 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2017-12-28 15:07:01 +0200
commit04a05206ff197fef47a985a24dfde7ae9c405520 (patch)
treed347c13c024d2a8f140e8054a6fc54e9785fca4e /src/style.css
parenta1c33b51cef94bdec1484aefa3196f733fff123d (diff)
Remake a lot of stuff
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/style.css b/src/style.css
deleted file mode 100644
index 4c1d58a..0000000
--- a/src/style.css
+++ /dev/null
@@ -1,39 +0,0 @@
-*, *:before, *:after {
- box-sizing: inherit;
-}
-
-html {
- font-family: 'Lato', sans-serif;
- font-size: 20px;
-
- background-color: #affbff78;
- box-sizing: border-box;
-}
-
-body {
- border: 0;
-
- max-width: 600px;
- margin-left: auto;
- margin-right: auto;
-
- padding: 1rem;
-}
-
-@media screen and (max-width: 600px) {
- body {
- text-align: center;
- }
-
- ul {
- padding: 0;
- }
-
- li {
- list-style: none;
- }
-}
-
-a {
- color: #570C3D;
-} \ No newline at end of file