Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 4fb1304

Browse files
committed
OK
1 parent 1a22072 commit 4fb1304

File tree

5 files changed

+2
-67
lines changed

5 files changed

+2
-67
lines changed

article/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
position: absolute;
5050
width: 100%;
5151
height: 80%;
52-
background-color: var(--back-color);
5352
top: 0;
5453
left: 0;
5554
object-fit: cover;
Lines changed: 1 addition & 0 deletions
Loading

layout/image/hamburger/menu/scratch.svg

Lines changed: 0 additions & 32 deletions
This file was deleted.

layout/image/hamburger/menu/x.svg

Lines changed: 0 additions & 32 deletions
This file was deleted.

layout/script.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,8 @@ const layout_main: Function = () => {
213213
github: string;
214214
pixiv: string;
215215
} = {
216-
X: "/layout/image/hamburger/menu/x.svg",
216+
X: "/layout/image/hamburger/menu/The-Infinite-X.svg",
217217
article: "/layout/image/hamburger/menu/article.svg",
218-
// scratch: "/layout/image/hamburger/menu/scratch.svg",
219218
github: "/layout/image/hamburger/menu/github.svg",
220219
pixiv: "/layout/image/hamburger/menu/pixiv.svg",
221220
};

0 commit comments

Comments
 (0)