diff --git a/packages/sfc-playground/src/Header.vue b/packages/sfc-playground/src/Header.vue index 15f22ca66ff..91f6d84aaf4 100644 --- a/packages/sfc-playground/src/Header.vue +++ b/packages/sfc-playground/src/Header.vue @@ -149,14 +149,14 @@ async function fetchVersions(): Promise { > - + + + @@ -290,12 +290,13 @@ h1 img { } .links button, -.links button a { +.links .github { + padding: 1px 6px; color: var(--btn); } .links button:hover, -.links button:hover a { +.links .github:hover { color: var(--highlight); }