diff --git a/assets/css/blog.css b/assets/css/blog.css index 90f91bf..c4cbc91 100644 --- a/assets/css/blog.css +++ b/assets/css/blog.css @@ -2,6 +2,9 @@ * -- BASE STYLES -- * Most of these are inherited from Base, but I want to change a few. */ +body, html { + background-color: #FFF; +} s { text-decoration-color:rgba(0, 255, 0, 0.5) } @@ -140,4 +143,5 @@ header ul li a { } .content-wrapper { padding-top: 2rem; -} \ No newline at end of file + margin-bottom: -3em; +}