Skip to content

Commit

Permalink
💄 消息弹窗优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Nov 19, 2024
1 parent fed9b04 commit dc3790a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
13 changes: 1 addition & 12 deletions style/theme/Tsundoku_green.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,18 +488,7 @@ div[data-subtype='t'][data-type='NodeList'] {
background-color: #3fb6be;
}

.b3-snackbar__close {
position: absolute;
color: #fff;
font-size: 50%;
padding: 4px;
/* background-color: bisque; */
background-color: #ec8d8deb;
border-radius: 16px;
cursor: pointer;
top: 2px;
background-image: url('/appearance/themes/Tsundoku/src/background/paper.png');
}


.b3-snackbar__content svg:hover {
color: #fff;
Expand Down
11 changes: 0 additions & 11 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -631,17 +631,6 @@ body
color: var(--b3-theme-on-error);
}

.b3-snackbar__close {
position: absolute;
color: #fff;
font-size: 50%;
padding: 4px;
/* background-color: bisque; */
background: #ec8d8deb;
border-radius: 16px;
cursor: pointer;
top: 2px;
}

.b3-snackbar__content svg:hover {
color: #fff;
Expand Down

0 comments on commit dc3790a

Please sign in to comment.