moved scanlines layer above text -- slightly worse performance but much better look with selected text

This commit is contained in:
Joshua Seigler 2014-12-24 14:19:16 -05:00
parent 3a95096031
commit 3278f18d3f
3 changed files with 13 additions and 7 deletions

View file

@ -74,7 +74,6 @@ html, body {
background-size: 25em 4em;
background-repeat: repeat-y;
background-position: 50% 0%;
z-index: -1;
transition: background-color 2s;
}
}
@ -86,6 +85,7 @@ html, body {
min-height: 100%;
padding: 1.2em 1.6em 0.7em;
font-size: 0.8em;
background-color: black;
}
#commandLine {
white-space: pre-wrap;