mirror of
https://github.com/seigler/fhqwhgads
synced 2025-07-27 06:46:10 +00:00
moved scanlines layer above text -- slightly worse performance but much better look with selected text
This commit is contained in:
parent
3a95096031
commit
3278f18d3f
3 changed files with 13 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue