scanlines added
parent
24837f01a2
commit
2baf544a31
|
@ -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;
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue