diff --git a/assets/css/style.scss b/assets/css/style.scss index af74bbd..5f2c844 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -4,7 +4,7 @@ @import "{{ site.theme }}"; html, body, .markdown-body { - background: rgba(0,0,0,0.75); + background: rgb(0,0,0); color: rgb(200,220,200); } a {