scanlines added

main
Alina Marquardt 2023-03-06 20:27:01 +00:00
parent 24837f01a2
commit 2baf544a31
3 changed files with 8 additions and 4 deletions

View File

@ -86,8 +86,10 @@ article.expanded {
} }
article pre { article pre {
font-family: "Noto Sans Mono", monospace; font-family: "Noto Sans Mono", monospace;
background-color: #233733; background-color: #1b2c28;
color: #85dcb5; background-image: url(../images/scanlines.gif);
background-size: cover;
color: #86dbb5;
font-size: 1rem; font-size: 1rem;
line-height: 1.1em; line-height: 1.1em;
} }

BIN
images/scanlines.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View File

@ -96,8 +96,10 @@ article {
} }
pre { pre {
font-family: 'Noto Sans Mono', monospace; font-family: 'Noto Sans Mono', monospace;
background-color: #233733; background-color: #1b2c28;
color: #85dcb5; background-image: url(../images/scanlines.gif);
background-size: cover;
color: #86dbb5;
font-size: 1rem; font-size: 1rem;
line-height: 1.1em; line-height: 1.1em;
} }