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

Make face name font bold

This commit is contained in:
Torbjörn Svangård 2021-04-05 21:07:18 +02:00
parent 8e68e84750
commit 50bf34fd15

View File

@ -234,6 +234,7 @@ input[type="range"].zoom-progress::-moz-range-track {
color: white;
text-align: center;
display: table;
font-weight: bold;
background-color:rgba(0,0,0,0.2);
border-radius: 5px !important;
}