This commit is contained in:
parent
2b70309b93
commit
b949e2ae76
4 changed files with 12 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue