commit 5cf6e3f6a42ece98ba1f24aece3b07a3efc4d10b
parent 8478ffab660f171362b48efe0f5080fcde34f3d0
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date: Fri, 3 Jul 2020 14:01:09 +0300
Add Sokoban CSS.
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/html/sokoban.css b/html/sokoban.css
@@ -0,0 +1,4 @@
+body {
+ color: grey;
+ background: black;
+}
diff --git a/html/sokoban.html b/html/sokoban.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Kaka Farm's Sokoban clone: no bells no whistles no glory.</title>
+ <link href="sokoban.css" rel="stylesheet"></style>
<script type="text/javascript" src="sokoban.js"></script>
<script type="text/javascript">
'use strict';