Skip to content

Commit

Permalink
shrink image captions / attributions slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
seanho00 committed Aug 26, 2023
1 parent 7e50590 commit 3ad5dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/slides.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
opacity: 60%;
}

/* Blur most of bg img */
.reveal .slides {
/* Blur bg img behind slide content */
section[data-background-image] {
backdrop-filter: blur(0.1rem)
}

Expand Down Expand Up @@ -72,7 +72,7 @@ section[data-background-image],
/* Image captions */
.reveal section .caption,
.reveal section a[title="caption"] {
font-size: 14px;
font-size: 0.25rem;
color: rgba(255,255,255,0.7);
text-align: right;
position: absolute;
Expand Down

0 comments on commit 3ad5dc5

Please sign in to comment.