Skip to content

Commit

Permalink
⚡ update bg
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Sep 2, 2024
1 parent 3d27f00 commit a7ce527
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions server.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
:

6 changes: 6 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ fetch("data_source.json")

<style scoped>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f0f0f0;
}
.title {
font-size: 24px;
Expand Down
Binary file added src/assets/bg.webp
Binary file not shown.
6 changes: 5 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #aaaaaa;

background-color: #999;
background-image: url('assets/bg.webp');

font-synthesis: none;
text-rendering: optimizeLegibility;
Expand All @@ -23,6 +25,8 @@ a:hover {
}

body {
background-color: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(10px);
margin: 0;
display: flex;
justify-content: center;
Expand Down

0 comments on commit a7ce527

Please sign in to comment.