Fix style 2
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..60,700;12..60,800&family=Caveat+Brush&family=JetBrains+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap"
|
||||
rel="stylesheet">
|
||||
<link rel="stylesheet" href="../css/style.css?v=27c05a34">
|
||||
<link rel="stylesheet" href="../css/style.css?v=43b84b49">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -375,7 +375,7 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../js/main.js?v=27c05a34"></script>
|
||||
<script src="../js/main.js?v=43b84b49"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -13,7 +13,7 @@
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..60,700;12..60,800&family=Caveat+Brush&family=JetBrains+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap"
|
||||
rel="stylesheet">
|
||||
<link rel="stylesheet" href="../css/style.css?v=27c05a34">
|
||||
<link rel="stylesheet" href="../css/style.css?v=43b84b49">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -193,7 +193,7 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../js/main.js?v=27c05a34"></script>
|
||||
<script src="../js/main.js?v=43b84b49"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -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 {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..60,700;12..60,800&family=Caveat+Brush&family=JetBrains+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap"
|
||||
rel="stylesheet">
|
||||
<link rel="stylesheet" href="../css/style.css?v=27c05a34">
|
||||
<link rel="stylesheet" href="../css/style.css?v=43b84b49">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -244,7 +244,7 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../js/main.js?v=27c05a34"></script>
|
||||
<script src="../js/main.js?v=43b84b49"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -13,7 +13,7 @@
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..60,700;12..60,800&family=Caveat+Brush&family=JetBrains+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap"
|
||||
rel="stylesheet">
|
||||
<link rel="stylesheet" href="css/style.css?v=27c05a34">
|
||||
<link rel="stylesheet" href="css/style.css?v=43b84b49">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -273,7 +273,7 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="js/main.js?v=27c05a34"></script>
|
||||
<script src="js/main.js?v=43b84b49"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -133,7 +133,7 @@ function renderScheduleTeaser() {
|
||||
date.setDate(now.getDate() + offset);
|
||||
const dayNum = `${date.getDate()}/${date.getMonth() + 1}`;
|
||||
return `
|
||||
<a href="schedule.html" class="sfB-tcard">
|
||||
<a href="/schedule/" class="sfB-tcard">
|
||||
<div class="day"><span class="day-date">${dayNum}</span> ${row.day}</div>
|
||||
<div class="when">${row.when || ''}</div>
|
||||
<h4>${row.social}</h4>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..60,700;12..60,800&family=Caveat+Brush&family=JetBrains+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap"
|
||||
rel="stylesheet">
|
||||
<link rel="stylesheet" href="../css/style.css?v=27c05a34">
|
||||
<link rel="stylesheet" href="../css/style.css?v=43b84b49">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -119,7 +119,7 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../js/main.js?v=27c05a34"></script>
|
||||
<script src="../js/main.js?v=43b84b49"></script>
|
||||
<script>
|
||||
// Dynamic last-update label
|
||||
(function () {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..60,700;12..60,800&family=Caveat+Brush&family=JetBrains+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap"
|
||||
rel="stylesheet">
|
||||
<link rel="stylesheet" href="../css/style.css?v=27c05a34">
|
||||
<link rel="stylesheet" href="../css/style.css?v=43b84b49">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -237,7 +237,7 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../js/main.js?v=27c05a34"></script>
|
||||
<script src="../js/main.js?v=43b84b49"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user