1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Add text-shadow to face-name

This commit is contained in:
Torbjörn Svangård 2021-03-03 11:49:01 +01:00
parent 7f321a3ff5
commit 676e146f6e

View File

@ -231,6 +231,7 @@ input[type="range"].zoom-progress::-moz-range-track {
.face-name {
white-space: nowrap;
color: white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
margin-left: -100%;
margin-right: -100%;
text-align: center;