make colors match
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m41s

This commit is contained in:
2026-02-23 16:16:09 +00:00
parent 48ae2f59ea
commit 0c93c6bc27

View File

@@ -13,7 +13,7 @@ const keys = ["name", "link"];
<template>
<a v-for="(row, rowIndex) in linkArr" :key="rowIndex" :href="row.link">
<p class="bdr-2 bg-bg_primary">
<p class="bdr-2 bg-bg_tertiary">
{{ row.name }}
</p>
</a>