all the comic pages are above the green filter

This commit is contained in:
etherware-novice 2024-09-12 10:48:20 -05:00
parent d3f8eb04f0
commit 80608e04d4
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
2 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@ navbar: "comicnav"
<h1>{{ page.title }}</h1>
<h3>{{ page.name }}</h3>
<img src="/assets/images/{{ page.image }}" style="max-width: 70%"><br>
<img src="/assets/images/{{ page.image }}" class="truecolor" style="max-width: 70%"><br>
<p>{{content}}</p>
<script defer type="text/javascript">

View File

@ -16,12 +16,14 @@ html::before {
width: 100%; height: 100%;
pointer-events: none;
opacity: 0.2;
z-index: 100000000;
background-color: yellowgreen;
opacity: 0.8;
mix-blend-mode: multiply;
z-index: 100;
}
.truecolor { z-index: 101; position: relative; }
html, body {
color: black;
text-align: center;
@ -144,6 +146,8 @@ body::before {
animation-name: static;
animation-duration: 2s; animation-iteration-count: infinite;
animation-timing-function: steps(4);
z-index: 100000000;
}
@keyframes static {