diff --git a/content/stuff.md b/content/stuff.md index 46a0f75..2e20fa0 100644 --- a/content/stuff.md +++ b/content/stuff.md @@ -29,6 +29,8 @@ Maybe you'll find some of them cool too :) [Portal 2 Community Edition](https://portal2communityedition.com/) [Questionable Content](https://questionablecontent.net/) [Roshar Interactive Map](https://roshar.17thshard.com/#/en-US) +[SDL](https://www.libsdl.org/) +[seekl](https://robobarbie.itch.io/seekl) [the_miracle_aligner](https://www.youtube.com/@the_miracle_aligner) [The Grown-Up Detective Agency](https://bphennessy.itch.io/grown-up-detective-agency) [Trigaea](https://ryngm.itch.io/trigaea) diff --git a/static/main.css b/static/main.css index 397d545..da1ea7b 100644 --- a/static/main.css +++ b/static/main.css @@ -129,13 +129,13 @@ figcaption { #new-site-warning { margin-top: 10px; - padding: 8px 8px 8px 15px; - - border-color: hsl(343deg, 81%, 50%); border-radius: 5px; border-style: solid; -} + border-color: #e71853; + background-color: #42242c; + padding: 8px 8px 8px 15px; +} /* Suggested css snippet for making code blocks suck less diff --git a/templates/index.html b/templates/index.html index 23159b9..99ff007 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,13 +2,12 @@ {% block content %}