finally got a real taper! (fix mobile later)

This commit is contained in:
etherware-novice 2024-08-06 08:13:37 -05:00
parent 329359a875
commit d55013d8c9
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
2 changed files with 10 additions and 0 deletions

View File

@ -6,3 +6,5 @@ image: blinkers/AtAthens7735construct.gif
MOST PAGES ARE NOT ACCESSIBLE FROM HERE<br>
FOR THE LEGACY COMIC INDEX CLICK <a href="/comic_index">HERE</a>
</h2>
<script src="https://gusbus.space/smallweb-subway.js/map.js"></script>

View File

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