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; +}