Skip to content

Commit

Permalink
Use theme entry font for captions of fullscreen image galleries
Browse files Browse the repository at this point in the history
Since the fullscreen root element lies outside of the main content
element, the normal font rule does not apply.
  • Loading branch information
tf committed Nov 16, 2023
1 parent e21d4f9 commit c7c64c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
background-color: rgba(0,0,0, 0.9);
opacity: 0;
transition: opacity 0.2s linear;
font-family: var(--theme-entry-font-family);
}

.visible {
Expand Down

0 comments on commit c7c64c6

Please sign in to comment.