diff --git a/src/index.html b/src/index.html index e346880..9e97f79 100644 --- a/src/index.html +++ b/src/index.html @@ -474,7 +474,7 @@ -
+
@@ -518,7 +518,7 @@

Twitch API

Du brauchst eine Client-ID und ein Client-Secret von Twitch. - dev.twitch.tv/console/apps + dev.twitch.tv/console/apps

diff --git a/src/styles.css b/src/styles.css index a5eaf23..a9cc1d5 100644 --- a/src/styles.css +++ b/src/styles.css @@ -2196,6 +2196,13 @@ select option { margin-bottom: 12px; } +/* Inline link inside a card intro — picks up the accent colour so it + reads as actionable text rather than the default browser blue. The + underline + pointer cursor come from the browser's defaults. */ +.card-intro a { + color: var(--accent); +} + /* Flush variant: the intro sits flush against the next sibling block (e.g. the stats summary grid) and gets its top breathing room from the preceding section-header row rather than its own bottom margin. */