diff --git a/README.md b/README.md
index ff56cbd..feca28a 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,15 @@
---
This playable post is [public domain (CC0)](http://creativecommons.org/publicdomain/zero/1.0).
-
+
+This repository is also being used as a part of GitHub training, to practice Git and GitHub.
+
Please feel free to use this in your classrooms,
make video/picture/text adaptations,
or modify the source code!
Attribution is not mandatory, but super appreciated.
-We are [Vi Hart](http://vihart.com/) and [Nicky Case](http://ncase.me/).
-
+We are [Vi Hart](http://vihart.com/) and [Nicky Case](http://ncase.me/).
+
Show us how you're using and remixing Parable of the Polygons!
Tweet us at
[@vihartvihart](https://twitter.com/vihartvihart) and
diff --git a/css/index.css b/css/index.css
index 4e19e97..b716bf9 100644
--- a/css/index.css
+++ b/css/index.css
@@ -15,12 +15,14 @@ body{
}
-a{
- color: #999;
+
+/**a{
+ color: #999999;
}
a:hover{
- color: #ddd;
+ color: #dddddd;
}
+**/
#intro_container, #outro_container{
width:100%; height:550px;
@@ -108,11 +110,11 @@ span[cartoon]:hover{
}
#cartoon_arrow{
-
+
display: block;
- width: 0;
- height: 0;
+ width: 0;
+ height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 20px solid #fff;
@@ -123,11 +125,11 @@ span[cartoon]:hover{
}
#cartoon_arrow[flipped=true]{
-
+
display: block;
- width: 0;
- height: 0;
+ width: 0;
+ height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 20px solid #fff;
@@ -136,4 +138,4 @@ span[cartoon]:hover{
top:-20px;
left:140px;
-}
\ No newline at end of file
+}
diff --git a/play/mini/mini_bored.html b/play/mini/mini_bored.html
index 1217efe..19c9871 100644
--- a/play/mini/mini_bored.html
+++ b/play/mini/mini_bored.html
@@ -8,7 +8,7 @@