revert to the crt effects

This commit is contained in:
Patrick Tschuchnig
2020-01-25 15:34:40 +01:00
parent 1a9a99d3bc
commit 912b3c28c9
2 changed files with 16 additions and 13 deletions

View File

@@ -25,4 +25,14 @@ layout: none
height: 480px;
width: 640px;
overflow: scroll;
}
.screen-content::before{
z-index: 2;
pointer-events: none;
background-image: url({{site.baseurl}}/assets/images/scanline.png);
background-repeat: repeat;
width:200px;
height:200px;
}