diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html
index 7efe394c2..da90fd740 100644
--- a/_docs/index.tmpl.html
+++ b/_docs/index.tmpl.html
@@ -11,16 +11,16 @@
Ebiten
@@ -55,7 +55,7 @@
Examples
{{range .Examples -}}
-
+
{{- end}}
diff --git a/_docs/public/examples/alphablending.html b/_docs/public/examples/alphablending.html
index 690129d0a..273d899ac 100644
--- a/_docs/public/examples/alphablending.html
+++ b/_docs/public/examples/alphablending.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/audio.html b/_docs/public/examples/audio.html
index 6f3b2a65e..b6014916a 100644
--- a/_docs/public/examples/audio.html
+++ b/_docs/public/examples/audio.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/blocks.html b/_docs/public/examples/blocks.html
index 6a022834a..db82d657d 100644
--- a/_docs/public/examples/blocks.html
+++ b/_docs/public/examples/blocks.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/font.html b/_docs/public/examples/font.html
index 678a44bee..4d5629eaf 100644
--- a/_docs/public/examples/font.html
+++ b/_docs/public/examples/font.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/gamepad.html b/_docs/public/examples/gamepad.html
index 52901bb43..a46a1e97d 100644
--- a/_docs/public/examples/gamepad.html
+++ b/_docs/public/examples/gamepad.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/hsv.html b/_docs/public/examples/hsv.html
index 2f1d92179..c2c14d360 100644
--- a/_docs/public/examples/hsv.html
+++ b/_docs/public/examples/hsv.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/hue.html b/_docs/public/examples/hue.html
index 7334d8cd8..30d7924f5 100644
--- a/_docs/public/examples/hue.html
+++ b/_docs/public/examples/hue.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/keyboard.html b/_docs/public/examples/keyboard.html
index 9720f749f..e2f50b80a 100644
--- a/_docs/public/examples/keyboard.html
+++ b/_docs/public/examples/keyboard.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/masking.html b/_docs/public/examples/masking.html
index b9c594165..def754b98 100644
--- a/_docs/public/examples/masking.html
+++ b/_docs/public/examples/masking.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/mosaic.html b/_docs/public/examples/mosaic.html
index 74502e19a..d3557d28b 100644
--- a/_docs/public/examples/mosaic.html
+++ b/_docs/public/examples/mosaic.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/noise.html b/_docs/public/examples/noise.html
index a051a4d6f..5201e1cfa 100644
--- a/_docs/public/examples/noise.html
+++ b/_docs/public/examples/noise.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/paint.html b/_docs/public/examples/paint.html
index 5d6fa4867..69fd6cbbc 100644
--- a/_docs/public/examples/paint.html
+++ b/_docs/public/examples/paint.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/perspective.html b/_docs/public/examples/perspective.html
index 5cb4e15af..648ba4f30 100644
--- a/_docs/public/examples/perspective.html
+++ b/_docs/public/examples/perspective.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/piano.html b/_docs/public/examples/piano.html
index 03af7c818..4436c6d92 100644
--- a/_docs/public/examples/piano.html
+++ b/_docs/public/examples/piano.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/rotate.html b/_docs/public/examples/rotate.html
index 69fb4aaec..e71176577 100644
--- a/_docs/public/examples/rotate.html
+++ b/_docs/public/examples/rotate.html
@@ -9,6 +9,13 @@
+
diff --git a/_docs/public/examples/sprites.html b/_docs/public/examples/sprites.html
index b9e9f52a0..8cab0b6bb 100644
--- a/_docs/public/examples/sprites.html
+++ b/_docs/public/examples/sprites.html
@@ -9,6 +9,13 @@
@@ -54,37 +54,37 @@
+
diff --git a/_docs/public/index.html b/_docs/public/index.html
index 40a4a2dc4..46a3053f6 100644
--- a/_docs/public/index.html
+++ b/_docs/public/index.html
@@ -11,16 +11,16 @@
Ebiten
Examples
-
diff --git a/_docs/public/stylesheets/ebiten.css b/_docs/public/stylesheets/ebiten.css
index b96d2962b..97f300aad 100644
--- a/_docs/public/stylesheets/ebiten.css
+++ b/_docs/public/stylesheets/ebiten.css
@@ -1,11 +1,9 @@
img.example {
background-color: #000;
- image-rendering: crisp-edges;
- image-rendering: pixelated;
}
header {
- background-color: #eeeeee;
+ background-color: #dddddd;
}
footer {