diff --git a/sass/styles.scss b/sass/styles.scss new file mode 100644 index 0000000..0137c40 --- /dev/null +++ b/sass/styles.scss @@ -0,0 +1,25 @@ +body { + background-color: #EEEEE4; + color: #452A21; + line-height: 1.6; + font-size: 19px; + width: 750px; + margin: auto; + margin-top: 100px; +} +ul { + list-style-type: none; +} +a { + color: #1A7FAD; +} +code, blockquote { + margin: 0; + padding: 0; +} +pre { + margin: 0; + padding: 4px; + background-color: #FAE8B6; + white-space: pre-wrap; +} diff --git a/templates/base.html b/templates/base.html index 4f82054..045d1b5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,6 +3,7 @@