ArticleTemplates/assets/scss/modules/galleryImageViewCaption.scss (22 lines of code) (raw):
html.gallery-image-view,
html.gallery-image-view body {
background: transparent;
padding: 4px;
color: white;
font-family: $guardian-sans;
-webkit-text-size-adjust: none;
.gallery-caption {
color: color(brightness-86);
font-size: 1.6rem;
line-height: 2.2rem;
a {
color: color(brightness-86);
border-bottom: 0.0825rem solid darken(color(brightness-86), 10%);
}
}
.gallery-credit {
color: color(brightness-74);
font-size: 1.6rem;
line-height: 2.2rem;
}
}