diff options
Diffstat (limited to 'src/style.scss')
| -rw-r--r-- | src/style.scss | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/style.scss b/src/style.scss new file mode 100644 index 0000000..7869783 --- /dev/null +++ b/src/style.scss @@ -0,0 +1,29 @@ +*, *: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; +} + +h1, h2 { + margin: 0; +} + +a { + color: #570C3D; +}
\ No newline at end of file |
