reduced text shadows for performance
This commit is contained in:
parent
510348b40c
commit
9d8bd6cc0e
|
@ -11,7 +11,7 @@ body {
|
||||||
color: #eee;
|
color: #eee;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
text-shadow: 0 0 3em, 0 0 0.2em;
|
text-shadow: 0 0 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
Reference in a new issue