Skip to content

Commit b07ce3d

Browse files
committed
chore: remove unused styles
1 parent 0c00dee commit b07ce3d

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

template/code/default/src/App.vue

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,6 @@ header {
113113
line-height: 1.5;
114114
}
115115
116-
.color-scheme-switcher {
117-
position: absolute;
118-
left: 0;
119-
top: 20px;
120-
121-
border: none;
122-
background: transparent;
123-
124-
color: var(--color-text);
125-
cursor: pointer;
126-
}
127-
128116
.logo {
129117
display: block;
130118
margin: 0 auto 2rem;

template/code/typescript-default/src/App.vue

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,6 @@ header {
113113
line-height: 1.5;
114114
}
115115
116-
.color-scheme-switcher {
117-
position: absolute;
118-
left: 0;
119-
top: 20px;
120-
121-
border: none;
122-
background: transparent;
123-
124-
color: var(--color-text);
125-
cursor: pointer;
126-
}
127-
128116
.logo {
129117
display: block;
130118
margin: 0 auto 2rem;

0 commit comments

Comments
 (0)