Set a default font and slap a border around the playing field
This commit is contained in:
parent
51a554286a
commit
5279df12b7
@ -9,6 +9,7 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
font-family: Ubuntu, Source Sans Pro, DejaVu Sans, sans-serif;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
background: #101214;
|
background: #101214;
|
||||||
color: white;
|
color: white;
|
||||||
@ -27,6 +28,7 @@ button {
|
|||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
padding: 0.125em 0.5em;
|
padding: 0.125em 0.5em;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
|
font-family: inherit;
|
||||||
background: #909090;
|
background: #909090;
|
||||||
border-image: url(button.png) 33.333% fill / auto repeat;
|
border-image: url(button.png) 33.333% fill / auto repeat;
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
@ -257,6 +259,7 @@ body[data-mode=player] #editor-play {
|
|||||||
grid-area: level;
|
grid-area: level;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border: 0.125em solid black;
|
||||||
}
|
}
|
||||||
.level canvas {
|
.level canvas {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user