more shadow fixes

This commit is contained in:
ThatOneCalculator 2023-01-03 18:56:43 -08:00
parent 1702aa6a6a
commit af9cab7aa9
No known key found for this signature in database
GPG key ID: 8703CACD01000000
4 changed files with 7 additions and 7 deletions

View file

@ -88,7 +88,7 @@ const props = defineProps<{
padding: 16px;
box-sizing: border-box;
color: #fff;
text-shadow: 0 0 8px #000;
text-shadow: 0 0 8px var(--shadow);
background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
&:before {

View file

@ -307,7 +307,7 @@ function syncSlide(index) {
display: block;
padding: 16px;
color: #e0def4;
text-shadow: 0 0 8px #000;
text-shadow: 0 0 8px var(--shadow);
background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
}

View file

@ -219,7 +219,7 @@ definePageMetadata(computed(() => page ? {
> h1 {
margin: 0;
color: white;
text-shadow: 0 0 8px #000;
text-shadow: 0 0 8px var(--shadow);
}
}
@ -239,7 +239,7 @@ definePageMetadata(computed(() => page ? {
height: 31px;
width: 31px;
color: #fff;
text-shadow: 0 0 8px #000;
text-shadow: 0 0 8px var(--shadow);
font-size: 16px;
}

View file

@ -275,7 +275,7 @@ onUnmounted(() => {
height: 31px;
width: 31px;
color: #fff;
text-shadow: 0 0 8px #000;
text-shadow: 0 0 8px var(--shadow);
font-size: 16px;
}
@ -386,7 +386,7 @@ onUnmounted(() => {
line-height: 32px;
font-weight: bold;
font-size: 1.8em;
text-shadow: 0 0 8px #000;
text-shadow: 0 0 8px var(--shadow);
}
> .bottom {
@ -419,7 +419,7 @@ onUnmounted(() => {
line-height: 32px;
font-weight: bold;
font-size: 1.8em;
text-shadow: 0 0 8px #000;
text-shadow: 0 0 8px var(--shadow);
}
> .followed {