Skip to content

Commit

Permalink
style: fix 404 scss
Browse files Browse the repository at this point in the history
  • Loading branch information
xianmin committed Nov 11, 2024
1 parent 0754b02 commit 5347a8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions assets/sass/_partial/_404.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
// =============================

.not-found {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;

.error-emoji {
color: #363636;
Expand All @@ -19,7 +22,7 @@
margin-top: 2rem;

a {
color: $theme-color;
color: var(--pico-primary);
}
}
}
}
2 changes: 1 addition & 1 deletion assets/sass/jane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ $mobile-breakpoint: 768px !default;
@import "_partial/footer";
@import "_partial/post";
@import "_partial/_widget/index";
@import "_partial/404";
// @import "_partial/tags";
// @import "_partial/categories";
// @import "_partial/back-to-top";
// @import "_partial/404";
// @import "_partial/author_info";
// @import "_partial/search";

Expand Down

0 comments on commit 5347a8f

Please sign in to comment.