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

Increase text opacity

This commit is contained in:
Torbjörn Svangård 2021-04-05 20:43:22 +02:00
parent cbfbebf697
commit 275da28dcd

View File

@ -219,7 +219,7 @@ input[type="range"].zoom-progress::-moz-range-track {
} }
.face { .face {
opacity: 0.5; opacity: 0.7;
position: absolute; position: absolute;
transition: opacity 0.5s; transition: opacity 0.5s;
} }