We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a375ab3 commit cb2b96fCopy full SHA for cb2b96f
components/Fields/Field.vue
@@ -314,7 +314,7 @@ export default defineNuxtComponent({
314
"
315
:href="properties[field.field]"
316
class="d-inline-block pa-2 rounded-lg"
317
- :style="{ color: '#ffffff' }"
+ :style="{ backgroundColor: colorfill, color: '#ffffff' }"
318
>
319
<FontAwesomeIcon icon="arrow-circle-down" />
320
{{ fieldTranslateK(field.field) }}
components/PoisDetails/Block.vue
@@ -58,4 +58,8 @@ export default defineNuxtComponent({
58
.block-block * {
59
color: white;
60
}
61
+
62
+.block-block :deep([id*="route:"] a) {
63
+ background-color: unset !important;
64
+}
65
</style>
0 commit comments