mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
16 lines
178 B
CSS
16 lines
178 B
CSS
img.example {
|
|
background-color: #000;
|
|
}
|
|
|
|
header {
|
|
background-color: #dddddd;
|
|
}
|
|
|
|
footer {
|
|
background-color: #666666;
|
|
color: #fff;
|
|
}
|
|
|
|
footer a {
|
|
color: #fff !important;
|
|
} |