fix: remove gradient title

This commit is contained in:
puriphatt 2024-07-04 07:53:51 +00:00
parent be34861c05
commit 1137f47b44

View file

@ -220,7 +220,7 @@ onMounted(async () => {
>
<div class="column">
<span
class="title-gradient text-weight-bold"
class="text-weight-bold"
:class="{ 'text-h6': $q.screen.gt.xs }"
>
{{
@ -502,14 +502,6 @@ onMounted(async () => {
}
}
.title-gradient {
background: linear-gradient(to right, var(--brand-1), var(--brand-2));
background-clip: text; /* Standard property */
-webkit-background-clip: text; /* WebKit fallback */
-webkit-text-fill-color: transparent; /* WebKit fallback */
color: transparent; /* Fallback for browsers not supporting text-clip */
}
:deep(main.q-page) {
min-height: 0 !important;
}