Skip to content

Commit

Permalink
tiny tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
KirisameSoup committed Oct 18, 2023
1 parent 6326809 commit c34d7d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 1 addition & 4 deletions _site/assets/css/default/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _site/assets/css/default/style.css.map

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions assets/css/default/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ html::after { content: "";
top: 2px; left: 2px;
right: 4px; bottom: 4px;
image-rendering: pixelated;
background-size: cover;
}

&:active {
Expand All @@ -326,10 +327,10 @@ html::after { content: "";
}
}

.window &.fullscreenTg::before { background: url(/assets/image/button/max.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/button/max.gif) { size: cover }; }
.fullscreen &.fullscreenTg::before { background: url(/assets/image/button/unmax.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/button/unmax.gif) { size: cover }; }
&.darkTg::before { background: url(/assets/image/button/dark.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/button/dark.gif) { size: cover }; }
&.fontTg::before { background: url(/assets/image/button/font.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/button/font.gif) { size: cover }; }
.window &.fullscreenTg::before { background: url(/assets/image/button/max.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/button/max.gif); }
.fullscreen &.fullscreenTg::before { background: url(/assets/image/button/unmax.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/button/unmax.gif); }
&.darkTg::before { background: url(/assets/image/button/dark.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/button/dark.gif); }
&.fontTg::before { background: url(/assets/image/button/font.gif), url(https://ghproxy.com/https://raw.githubusercontent.com/Kirisoup/kirisoup.github.io/main/assets/image/button/font.gif); }

}

Expand Down

0 comments on commit c34d7d6

Please sign in to comment.