Skip to content

Commit a190887

Browse files
committed
🚧 Temporary preservation
1 parent c970427 commit a190887

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

src/assets/image/wx@2x.png

-416 KB
Binary file not shown.

src/newtab/App.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ export default {
1515
font-family: 'Avenir', Helvetica, Arial, sans-serif;
1616
-webkit-font-smoothing: antialiased;
1717
-moz-osx-font-smoothing: grayscale;
18-
text-align: center;
19-
color: #2c3e50;
20-
margin-top: 60px;
2118
}
2219
</style>

src/options/App.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ export default {
1111
</script>
1212

1313
<style>
14-
.chrome-extension-template-options {
14+
.chrome-extension-template-newtab {
1515
font-family: 'Avenir', Helvetica, Arial, sans-serif;
1616
-webkit-font-smoothing: antialiased;
1717
-moz-osx-font-smoothing: grayscale;
18-
text-align: center;
19-
color: #2c3e50;
20-
margin-top: 60px;
2118
}
2219
</style>

src/popup/App.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ export default {
1111
</script>
1212

1313
<style>
14-
.chrome-extension-template-popup {
14+
.chrome-extension-template-newtab {
1515
font-family: 'Avenir', Helvetica, Arial, sans-serif;
1616
-webkit-font-smoothing: antialiased;
1717
-moz-osx-font-smoothing: grayscale;
18-
text-align: center;
19-
color: #2c3e50;
20-
margin-top: 60px;
2118
}
2219
</style>

0 commit comments

Comments
 (0)