1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-04 10:34:45 +02:00

Add dark text background

This commit is contained in:
Torbjörn Svangård 2021-04-05 20:47:10 +02:00
parent 22b92ca368
commit 8e68e84750

View File

@ -232,10 +232,10 @@ input[type="range"].zoom-progress::-moz-range-track {
.face-name {
white-space: nowrap;
color: white;
margin-left: -100%;
margin-right: -100%;
text-align: center;
display: block;
display: table;
background-color:rgba(0,0,0,0.2);
border-radius: 5px !important;
}
.face-box {