Skip to content

Commit

Permalink
chore(rollback): add gpx / pdf background color #447
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab authored and frodrigo committed Dec 18, 2024
1 parent a375ab3 commit cb2b96f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Fields/Field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default defineNuxtComponent({
"
:href="properties[field.field]"
class="d-inline-block pa-2 rounded-lg"
:style="{ color: '#ffffff' }"
:style="{ backgroundColor: colorfill, color: '#ffffff' }"
>
<FontAwesomeIcon icon="arrow-circle-down" />
{{ fieldTranslateK(field.field) }}
Expand Down
4 changes: 4 additions & 0 deletions components/PoisDetails/Block.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ export default defineNuxtComponent({
.block-block * {
color: white;
}
.block-block :deep([id*="route:"] a) {
background-color: unset !important;
}
</style>

0 comments on commit cb2b96f

Please sign in to comment.