link to the source code from the press kit

This commit is contained in:
ohsqueezy 2024-03-21 01:06:17 -04:00
parent dbba2e0948
commit fe6e25c10a
2 changed files with 11 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Features
* Can run fullscreen, and can be set to any monitor in a multi-monitor setup
* Dynamically resize the window to any dimension
* Simple JSON syntax for creating and sharing new levels
* Fully modifiable source code
* Fully modifiable [source code](https://open.shampoo.ooo/shampoo/cakefoot)
Trailer
=======

View File

@ -1,5 +1,15 @@
<style>
@import url("https://shampoo.ooo/lib/fonts/numans/regular/style.css");
@media (max-width: 800px)
{
tbody
{
font-size: 0.8em;
line-height: 1.4em;
}
}
html
{
background: #0a0a0a;