diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-03-28 19:26:30 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-03-28 19:26:30 +0200 |
| commit | c3c90d575182d64b0e679e8da81a6d4f3559cf1f (patch) | |
| tree | e1ad938d658e6c80c1392bca86d0755f47064882 /styles/globals.css | |
| download | next-list-app-c3c90d575182d64b0e679e8da81a6d4f3559cf1f.tar.gz next-list-app-c3c90d575182d64b0e679e8da81a6d4f3559cf1f.tar.zst next-list-app-c3c90d575182d64b0e679e8da81a6d4f3559cf1f.zip | |
Diffstat (limited to 'styles/globals.css')
| -rw-r--r-- | styles/globals.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css new file mode 100644 index 0000000..7e6e807 --- /dev/null +++ b/styles/globals.css @@ -0,0 +1,17 @@ +html, +body { + padding: 0; + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, + Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; + background-color: #DEDFDF +} + +a { + color: inherit; + text-decoration: none; +} + +* { + box-sizing: border-box; +} |
