slight text-shadow supports readability

This commit is contained in:
DeltaLima 2023-06-28 14:36:26 +02:00
parent dffbfdaf54
commit dc0995d780

View file

@ -25,7 +25,7 @@ body {
background-size:cover;
background-attachment:fixed;
background-color: #222;
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
hr { display: none }