From d55013d8c90081f4b58aa88aa3fa78552b5056ac Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:13:37 -0500 Subject: [PATCH] finally got a real taper! (fix mobile later) --- _comic/index.html | 2 ++ _sass/main.scss | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/_comic/index.html b/_comic/index.html index 26601fb..0bd088e 100644 --- a/_comic/index.html +++ b/_comic/index.html @@ -6,3 +6,5 @@ image: blinkers/AtAthens7735construct.gif MOST PAGES ARE NOT ACCESSIBLE FROM HERE
FOR THE LEGACY COMIC INDEX CLICK HERE + + diff --git a/_sass/main.scss b/_sass/main.scss index d357061..5826723 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -96,3 +96,11 @@ img { text-decoration: none; } +#player::after { + content: ''; + border-style: solid; + border-width: 2.2em 0 0 40px; + border-color: transparent transparent transparent black; + position: absolute; + top: 0; right: -40px; +}