Skip to content

Commit

Permalink
style: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Sep 16, 2024
1 parent 3390389 commit 29a6a52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<link
rel="icon"
href="https://gcore.jsdelivr.net/gh/xjh22222228/public@gh-pages/beautiful-window/logo.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Create your beautiful window online" />
<meta name="keywords" content="Create your beautiful window online" />
Expand Down
1 change: 0 additions & 1 deletion public/favicon.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const formData = reactive({
borderSize: 3,
borderRadius: 12,
borderColor: '#409eff',
buttonSize: 15,
buttonSize: 12,
leftButtonColor: 'rgb(208,95,78)',
middleButtonColor: 'rgb(230,176,34)',
rightButtonColor: 'rgb(107,177,75)',
Expand Down

0 comments on commit 29a6a52

Please sign in to comment.