We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea266d8 commit 30ec240Copy full SHA for 30ec240
frontend/src/components/Item/Card/GenericItemCard.vue
@@ -162,7 +162,7 @@ const hasClick = computed(() => !!attrs.onClick);
162
163
@media (hover: hover) and (pointer: fine) {
164
.card-box:hover .card-overlay-hover {
165
- background: rgba(var(--j-color-background), 0.5);
+ background: rgb(var(--j-color-background), 0.5);
166
}
167
.card-box:hover .card-overlay-hover .card-overlay-hover-hidden {
168
opacity: 1;
frontend/src/components/lib/JApp.vue
@@ -10,7 +10,7 @@
10
<template v-if="isLoading">
11
cursor: wait;
12
</template>
13
- --j-color-background: rgb(var(--v-theme-background));
+ --j-color-background: var(--v-theme-background);
14
--j-font-family: '{{ typography }}';
15
16
</component>
0 commit comments