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:
parent
7f321a3ff5
commit
676e146f6e
@ -231,6 +231,7 @@ input[type="range"].zoom-progress::-moz-range-track {
|
|||||||
.face-name {
|
.face-name {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: white;
|
color: white;
|
||||||
|
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
|
||||||
margin-left: -100%;
|
margin-left: -100%;
|
||||||
margin-right: -100%;
|
margin-right: -100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user