Skip to content

Commit

Permalink
chore: change background image format (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhwang97 authored Dec 13, 2023
1 parent 7fc6274 commit 017ee19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file removed public/cycm.jpg
Binary file not shown.
Binary file added public/cycm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/theme/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ html {
}

.custom-img {
background-image: url("../public/cycm.jpg");
background-image: url("../public/cycm.png");
}

.markdown > * {
Expand Down Expand Up @@ -286,7 +286,7 @@ section {
background: #121212;
}
.curve::after {
background: #0f5583;;
background: #0f5583;
}
}
.curve::before {
Expand All @@ -297,7 +297,6 @@ section {
width: 55%;
height: 100%;
transform: translate(85%, 60%);

}

.curve::after {
Expand Down

0 comments on commit 017ee19

Please sign in to comment.