Skip to content

Commit cb2b96f

Browse files
wazolabfrodrigo
authored andcommitted
chore(rollback): add gpx / pdf background color #447
1 parent a375ab3 commit cb2b96f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

components/Fields/Field.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export default defineNuxtComponent({
314314
"
315315
:href="properties[field.field]"
316316
class="d-inline-block pa-2 rounded-lg"
317-
:style="{ color: '#ffffff' }"
317+
:style="{ backgroundColor: colorfill, color: '#ffffff' }"
318318
>
319319
<FontAwesomeIcon icon="arrow-circle-down" />
320320
{{ fieldTranslateK(field.field) }}

components/PoisDetails/Block.vue

+4
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ export default defineNuxtComponent({
5858
.block-block * {
5959
color: white;
6060
}
61+
62+
.block-block :deep([id*="route:"] a) {
63+
background-color: unset !important;
64+
}
6165
</style>

0 commit comments

Comments
 (0)