Update README.md and style.css

This commit is contained in:
2023-11-01 11:40:28 +00:00
parent fc174e9860
commit c1343e6435
2 changed files with 3 additions and 1 deletions

View File

@@ -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) # 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. 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). To request features [create an issue](https://github.com/neon443/neon443.github.io/issues/new).

View File

@@ -4,6 +4,7 @@
/* Light */ /* Light */
/* Theme: #ddd */ /* Theme: #ddd */
/* text: #222 */ /* text: #222 */
/* UI item bgs: #aaa */
/* for contrast: #aaa */ /* for contrast: #aaa */
/* transparency: rgba(255, 255, 255, 0.25) */ /* transparency: rgba(255, 255, 255, 0.25) */
/* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); */ /* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); */
@@ -12,6 +13,7 @@
/* Dark */ /* Dark */
/* Theme: #222 */ /* Theme: #222 */
/* text: #ddd */ /* text: #ddd */
/* UI item bgs: #555 */
/* for contrast: #555 */ /* for contrast: #555 */
/* transparency: rgba(0, 0, 0, 0.25) */ /* transparency: rgba(0, 0, 0, 0.25) */
/* box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); */ /* box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); */