Fix gallery floating buttons and text in light mode (#491)

This commit is contained in:
Prospector
2022-05-23 21:38:25 -07:00
committed by GitHub
parent ec87821bcd
commit d31a920eb7
2 changed files with 7 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
@click.stop=""
/>
<div class="floating">
<div class="floating" @click.stop="">
<div class="text">
<h2 v-if="expandedGalleryItem.title">
{{ expandedGalleryItem.title }}
@@ -532,12 +532,14 @@ export default {
gap: 0.5rem;
h2 {
color: var(--dark-color-text-dark);
font-size: 1.25rem;
text-align: center;
margin: 0;
}
p {
color: var(--dark-color-text);
margin: 0;
}
}