mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
18 lines
240 B
CSS
18 lines
240 B
CSS
|
img.example {
|
||
|
background-color: #000;
|
||
|
image-rendering: crisp-edges;
|
||
|
image-rendering: pixelated;
|
||
|
}
|
||
|
|
||
|
header {
|
||
|
background-color: #eeeeee;
|
||
|
}
|
||
|
|
||
|
footer {
|
||
|
background-color: #666666;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
footer a {
|
||
|
color: #fff !important;
|
||
|
}
|