We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50353a commit 2035fa0Copy full SHA for 2035fa0
packages/sfc-playground/src/Header.vue
@@ -165,6 +165,7 @@ nav {
165
--highlight: #333;
166
--green: #3ca877;
167
--purple: #904cbc;
168
+ --btn-bg: #eee;
169
170
color: var(--base);
171
height: var(--nav-height);
@@ -184,6 +185,7 @@ nav {
184
185
--bg-light: #242424;
186
--border: #383838;
187
--highlight: #fff;
188
+ --btn-bg: #333;
189
190
box-shadow: none;
191
border-bottom: 1px solid var(--border);
@@ -260,7 +262,7 @@ h1 img {
260
262
}
261
263
264
.toggle-ssr span {
- background-color: #333;
265
+ background-color: var(--btn-bg);
266
267
268
.toggle-ssr.enabled span {
0 commit comments