diff --git a/README.md b/README.md index 6acea6e..36daf22 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # neon443.github.io [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fneon443%2Fneon443.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) Free unblocked games to play in school. No ads, ever. -For any teachers reading this, this is purely for educational purposes. +For any teachers reading this, this site is purely for educational purposes. To request features [create an issue](https://github.com/neon443/neon443.github.io/issues/new). \ No newline at end of file diff --git a/style.css b/style.css index 487d7a3..a7d90c7 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,7 @@ /* Light */ /* Theme: #ddd */ /* text: #222 */ + /* UI item bgs: #aaa */ /* for contrast: #aaa */ /* transparency: rgba(255, 255, 255, 0.25) */ /* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); */ @@ -12,6 +13,7 @@ /* Dark */ /* Theme: #222 */ /* text: #ddd */ + /* UI item bgs: #555 */ /* for contrast: #555 */ /* transparency: rgba(0, 0, 0, 0.25) */ /* box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); */