Fix background image size relative to font size
This commit is contained in:
parent
b7d382d7ec
commit
b32f253bd9
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url('magenta-tile-4.png');
|
background-image: url('magenta-tile-4.png');
|
||||||
|
background-size: 1.23em;
|
||||||
color: darkgray;
|
color: darkgray;
|
||||||
text-shadow: 2px 2px black;
|
text-shadow: 2px 2px black;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
|
Loading…
Add table
Reference in a new issue