Skip to content

Commit

Permalink
Merge pull request #2030 from tf/fullscreen-viewer-font
Browse files Browse the repository at this point in the history
Use theme entry font for captions of fullscreen image galleries
  • Loading branch information
tf authored Nov 16, 2023
2 parents e21d4f9 + c7c64c6 commit 10043bf
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 10043bf

Please sign in to comment.