mirror of https://gitlab.com/bashrc2/epicyon
Text link style
parent
a904afb3f3
commit
231225b1bc
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue