reduced text shadows for performance
This commit is contained in:
parent
f99e4801f4
commit
85d616a828
|
@ -25,7 +25,7 @@ pre#content {
|
|||
overflow-y: scroll;
|
||||
white-space: break-spaces;
|
||||
line-break: anywhere;
|
||||
text-shadow: 0 0 1em, 0 0 3em;
|
||||
text-shadow: 0 0 2em;
|
||||
}
|
||||
|
||||
div#caret {
|
||||
|
|
Loading…
Reference in a new issue