From 593092215d37aa76c67c34515662c9d4301a7cc4 Mon Sep 17 00:00:00 2001 From: Javier Blanco Date: Sat, 2 May 2026 13:03:48 +0700 Subject: [PATCH] Fix style 2 --- classes/index.html | 4 ++-- connect/index.html | 4 ++-- css/style.css | 3 ++- festivals/index.html | 4 ++-- index.html | 4 ++-- js/main.js | 2 +- schedule/index.html | 4 ++-- studios/index.html | 4 ++-- 8 files changed, 15 insertions(+), 14 deletions(-) diff --git a/classes/index.html b/classes/index.html index 98e807d..6c8f1e6 100644 --- a/classes/index.html +++ b/classes/index.html @@ -13,7 +13,7 @@ - + @@ -375,7 +375,7 @@ - + \ No newline at end of file diff --git a/connect/index.html b/connect/index.html index 79e90ec..2127de4 100644 --- a/connect/index.html +++ b/connect/index.html @@ -13,7 +13,7 @@ - + @@ -193,7 +193,7 @@ - + \ No newline at end of file diff --git a/css/style.css b/css/style.css index c62b9bd..ce84c39 100644 --- a/css/style.css +++ b/css/style.css @@ -26,8 +26,9 @@ body { overflow-x: hidden; } img { display: block; max-width: 100%; } -a { color: inherit; text-decoration: none; } +a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; } button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; user-select: none; } +*[onclick], *[role="button"] { -webkit-tap-highlight-color: transparent; } /* ── Background blobs (fixed, full page) ── */ .sfB-bg { diff --git a/festivals/index.html b/festivals/index.html index d16d2a6..81be029 100644 --- a/festivals/index.html +++ b/festivals/index.html @@ -13,7 +13,7 @@ - + @@ -244,7 +244,7 @@ - + \ No newline at end of file diff --git a/index.html b/index.html index a7fe83c..3580dd5 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + @@ -273,7 +273,7 @@ - + \ No newline at end of file diff --git a/js/main.js b/js/main.js index 02707a2..87329a8 100644 --- a/js/main.js +++ b/js/main.js @@ -133,7 +133,7 @@ function renderScheduleTeaser() { date.setDate(now.getDate() + offset); const dayNum = `${date.getDate()}/${date.getMonth() + 1}`; return ` - +
${dayNum} ${row.day}
${row.when || ''}

${row.social}

diff --git a/schedule/index.html b/schedule/index.html index a4989e9..b379a71 100644 --- a/schedule/index.html +++ b/schedule/index.html @@ -13,7 +13,7 @@ - + @@ -119,7 +119,7 @@ - + + \ No newline at end of file