Skip to content

Commit 7ed8944

Browse files
committed
SS parsing WIP
1 parent d190782 commit 7ed8944

File tree

4 files changed

+473
-28
lines changed

4 files changed

+473
-28
lines changed

src/global.css

+13
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,16 @@ body {
206206
z-index: -1;
207207
object-fit: cover;
208208
}
209+
210+
.gb .games__system:after {
211+
content: '';
212+
display: block;
213+
z-index: 2;
214+
background: greenyellow;
215+
height: 100%;
216+
width: 100%;
217+
top: 0;
218+
left: 0;
219+
opacity: 0.4;
220+
mix-blend-mode: multiply;
221+
}

0 commit comments

Comments
 (0)