diff options
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | style.css | 10 |
2 files changed, 12 insertions, 0 deletions
@@ -73,6 +73,8 @@ <a class="evil" href="https://evilr.ing">EVILRING</a> <a class="evil" href="https://evilr.ing/soaos/next">⛤</a> </div> + + <footer class="centered"><div class="inline-block" title="🦌 -<3"><span class="white-on-red"> </span><span class="red-on-white">🍁</span><span class="white-on-red"> </span></div> 2025</footer> </body> </html>
\ No newline at end of file @@ -154,4 +154,14 @@ a.evil:hover { .no-bullets { list-style-type: none; padding-left: 0; +} + +.white-on-red { + color: white; + background-color: red; +} + +.red-on-white { + color: red; + background-color: white; }
\ No newline at end of file |
