From: Emil Williams Date: Sat, 17 May 2025 14:46:45 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=16c7f00a15a5bd1c0e07d0dac633e36ccddf76ad;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 5cf06f3..cb2fcfe 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -77,6 +77,14 @@ sub Triple::main { [ "based", 3 ], [ "retard", 4 ], ], + [ + [ "Post", 1 ], + [ "Sneed", 2 ], + ], + [ + [ "based", 3 ], + [ "retard", 4 ], + ], ); our $vars = { diff --git a/static/style.css b/static/style.css index 531b4cb..2ec0d57 100644 --- a/static/style.css +++ b/static/style.css @@ -88,6 +88,6 @@ input[type=submit]:hover { } #scroll { - height: 80%; + height: 80vh; overflow-y: scroll; }