Skip to content

Commit

Permalink
删除了极简模式功能
Browse files Browse the repository at this point in the history
  • Loading branch information
crowya authored Jul 29, 2023
1 parent e140a7b commit 3f25cc3
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions live2d/waifu.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,6 @@
display: none !important;
}

.simple-mode #content:before {
display: none !important;
}

.simple-mode .shuoshuo-content.shuoshuo-folded:after {
background: linear-gradient(180deg, transparent 0%, var(--color-foreground) 100%) !important;
}

.simple-mode .navbar-ontop a :not(.dropdown-menu), .simple-mode .navbar-ontop .navbar-title {
text-shadow: 0px 0px 6px rgba(0,0,0,1);
}

.simple-mode #footer{
background: none;
text-shadow: 0px 0px 4px rgba(0,0,0,1);
}

.simple-mode .leftbar-banner{
background: none;
}

.simple-mode ::-webkit-scrollbar-track{
background:none;
}

.zero-margin-bottom {
margin-bottom: 0 !important;
}
Expand Down

0 comments on commit 3f25cc3

Please sign in to comment.