adjustments in the filter to better represent a high luminosity screen

This commit is contained in:
neko 2021-04-09 22:13:48 +02:00
parent ed374094f4
commit adfab27544

View File

@ -9,7 +9,6 @@ layout: none
align-content: center; align-content: center;
width: 1000px; width: 1000px;
height: 830px; height: 830px;
} }
.screen-image{ .screen-image{
@ -34,6 +33,6 @@ layout: none
width: 768px; width: 768px;
height: 584px; height: 584px;
pointer-events: all; pointer-events: all;
background: #0d0907 !important; background: #090604 !important;
filter: sepia(94%) hue-rotate(-12deg) saturate(350%) brightness(0.8); filter: sepia(94%) hue-rotate(-29deg) saturate(7) brightness(160%);
; }