Text link style

merge-requests/6/head
Bob Mottram 2019-11-28 10:54:01 +00:00
parent a904afb3f3
commit 231225b1bc
1 changed files with 4 additions and 2 deletions

View File

@ -580,12 +580,15 @@ div.gallery img {
font-size: 0; font-size: 0;
} }
.gallerytext {
text-decoration: none;
}
@media screen and (min-width: 400px) { @media screen and (min-width: 400px) {
body, html { body, html {
font-size: var(--font-size4); font-size: var(--font-size4);
} }
div.gallerytext { div.gallerytext {
text-decoration: none;
color: var(--main-fg-color); color: var(--main-fg-color);
font-size: var(--gallery-font-size); font-size: var(--gallery-font-size);
} }
@ -875,7 +878,6 @@ div.gallery img {
font-size: var(--font-size3); font-size: var(--font-size3);
} }
div.gallerytext { div.gallerytext {
text-decoration: none;
color: var(--main-fg-color); color: var(--main-fg-color);
font-size: var(--gallery-font-size-mobile); font-size: var(--gallery-font-size-mobile);
} }