all the comic pages are above the green filter
This commit is contained in:
parent
d3f8eb04f0
commit
80608e04d4
@ -21,7 +21,7 @@ navbar: "comicnav"
|
|||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
<h3>{{ page.name }}</h3>
|
<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>
|
<p>{{content}}</p>
|
||||||
|
|
||||||
<script defer type="text/javascript">
|
<script defer type="text/javascript">
|
||||||
|
@ -16,12 +16,14 @@ html::before {
|
|||||||
width: 100%; height: 100%;
|
width: 100%; height: 100%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
z-index: 100000000;
|
|
||||||
background-color: yellowgreen;
|
background-color: yellowgreen;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
mix-blend-mode: multiply;
|
mix-blend-mode: multiply;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.truecolor { z-index: 101; position: relative; }
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
color: black;
|
color: black;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -144,6 +146,8 @@ body::before {
|
|||||||
animation-name: static;
|
animation-name: static;
|
||||||
animation-duration: 2s; animation-iteration-count: infinite;
|
animation-duration: 2s; animation-iteration-count: infinite;
|
||||||
animation-timing-function: steps(4);
|
animation-timing-function: steps(4);
|
||||||
|
z-index: 100000000;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes static {
|
@keyframes static {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user