From 39f58f65d9ef7c23a2ce8d8efe4bee19a20e0fed Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 2 Feb 2022 19:24:25 +0100 Subject: [PATCH] Darkmode stuff --- src/misc/subtitles.txt | 5 +++-- src/views/layout.slim | 2 +- src/views/stylesheets/style.sass | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/misc/subtitles.txt b/src/misc/subtitles.txt index 1007ddd..3b4dd1b 100644 --- a/src/misc/subtitles.txt +++ b/src/misc/subtitles.txt @@ -1,7 +1,8 @@ V2FpdCwgbW9uZXkgaGFzIG5vIHZhbHVlPyEK No such place like 127.0.0.1! Fourty-two? What do you mean? Tell me! -I use Arch btw -They glow in the dark... What sort of executable format do you intend to support for apps running under your OS? I would just like to interject for a moment... +68747470733a2f2f777963682e6465762f6369706865722e747874 +CSRF? No, I do not think so. +shred -uzn99 $(which shred) diff --git a/src/views/layout.slim b/src/views/layout.slim index 91f610c..e90813b 100644 --- a/src/views/layout.slim +++ b/src/views/layout.slim @@ -10,7 +10,7 @@ html lang="en" div div#logo_container h1 = "The Auction House" - h2 = "\"#{get_random_subtitle}\"" + h2 = get_random_subtitle nav ul li diff --git a/src/views/stylesheets/style.sass b/src/views/stylesheets/style.sass index bfff096..f91dc54 100644 --- a/src/views/stylesheets/style.sass +++ b/src/views/stylesheets/style.sass @@ -28,7 +28,7 @@ body header background-color: $bg_alt_clr border-bottom: 1px solid $shadow_clr - padding: .2rem 0 .6rem 0 + padding: .1rem 0 .4rem 0 div display: flex