corriger apparence captions des galleries
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
gribse 2025-05-15 23:44:40 +02:00
parent 2b70309b93
commit b949e2ae76
4 changed files with 12 additions and 8 deletions

View file

@ -120,7 +120,7 @@ figcaption styles
background: #000;
color: #FFF;
text-align: center;
font-size: 75%; /* change this if you want bigger text */
font-size: 100%; /* change this if you want bigger text */
background: rgba(0, 0, 0, 0.5);
opacity: 1;
cursor: pointer;
@ -155,5 +155,6 @@ figcaption styles
}
figcaption p {
margin: auto; /* override style in theme */
font-size: 1em;
}