some style changes and cookies persistance added

This commit is contained in:
María
2025-10-06 14:22:30 +02:00
parent f5f4f4529a
commit b945bf0673
12 changed files with 30 additions and 35 deletions

View File

@@ -28,6 +28,7 @@ export default {
mounted() {
const auth = useAuthStore();
console.log("auth.cookiesAccepted", auth.cookiesAccepted);
if (auth.cookiesAccepted === true) {
this.show = false;
} else {

View File

@@ -485,7 +485,7 @@ export default {
h4 {
font-size: $h4;
font-weight: $medium;
color: $color-navy;
color: black;
margin-top: 5px;
text-transform: uppercase;
text-decoration: none;