diff --git a/css/main.css b/css/main.css index b4e30b3..2164577 100644 --- a/css/main.css +++ b/css/main.css @@ -86,8 +86,10 @@ article.expanded { } article pre { font-family: "Noto Sans Mono", monospace; - background-color: #233733; - color: #85dcb5; + background-color: #1b2c28; + background-image: url(../images/scanlines.gif); + background-size: cover; + color: #86dbb5; font-size: 1rem; line-height: 1.1em; } diff --git a/images/scanlines.gif b/images/scanlines.gif new file mode 100644 index 0000000..cb1072b Binary files /dev/null and b/images/scanlines.gif differ diff --git a/sass/main.scss b/sass/main.scss index 7256a8b..0599794 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -96,8 +96,10 @@ article { } pre { font-family: 'Noto Sans Mono', monospace; - background-color: #233733; - color: #85dcb5; + background-color: #1b2c28; + background-image: url(../images/scanlines.gif); + background-size: cover; + color: #86dbb5; font-size: 1rem; line-height: 1.1em; }