Less powerful shadows

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-03 14:16:02 +00:00
parent 487970c96b
commit d67b2fc837

View File

@ -60,5 +60,5 @@ body{
background-color: rgba(255, 255, 255, .075);
backdrop-filter: blur(10px);
color: #991199;
text-shadow: 1px 1px 4px #AAAAAA;
text-shadow: 0.3px 0.3px 3px #666666;
}