Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Sep 14, 2023
1 parent f47798f commit b8569e9
Show file tree
Hide file tree
Showing 17 changed files with 311 additions and 720 deletions.
9 changes: 4 additions & 5 deletions public/assets/styles/dark.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
body,
.editor-box {
body {
-webkit-tap-highlight-color: transparent;
background: rgba(47, 52, 55, 1);
color: rgba(235, 235, 235, 1);
Expand Down Expand Up @@ -43,8 +42,6 @@ body,
.previous-chapter,
.color-option,
.line-option,
.original-text-box,
.trans-text-box,
.token-dialog-link-text,
.token-dialog-token-text,
.nav-search-page-item {
Expand Down Expand Up @@ -119,7 +116,7 @@ body,
background-color: rgba(235, 235, 235, 0.035);
}
.drag-background {
background: hsla(0, 0%, 0%, 0.5);
background: hsla(0, 0%, 100%, 0.2);
}
.action-dialog-container,
.add-dialog-container,
Expand All @@ -133,6 +130,7 @@ body,
.new-version,
.sort-dialog-container,
.popup-menu-box,
.popup-box-container,
.loading-page-cover,
.loading-page-cover,
.navigation-panel,
Expand Down Expand Up @@ -182,6 +180,7 @@ body,
.token-dialog-cancel,
.new-version,
.popup-menu-box,
.popup-box-container,
.general-setting-dropdown,
.card-list-item-card,
.navigation-header,
Expand Down
9 changes: 4 additions & 5 deletions public/assets/styles/default.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
body,
.editor-box {
body {
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 1);
color: rgba(75, 75, 75, 1);
Expand Down Expand Up @@ -50,8 +49,6 @@ body,
.delete-dialog-uncheck-icon,
.previous-chapter,
.color-option,
.original-text-box,
.trans-text-box,
.line-option,
.token-dialog-link-text,
.token-dialog-token-text,
Expand Down Expand Up @@ -137,7 +134,7 @@ body,
background-color: rgba(75, 75, 75, 0.035);
}
.drag-background {
background: hsla(0, 0%, 100%, 0.5);
background: hsla(0, 0%, 0%, 0.3);
}

.action-dialog-container,
Expand All @@ -152,6 +149,7 @@ body,
.new-version,
.sort-dialog-container,
.popup-menu-box,
.popup-box-container,
.loading-page-cover,
.loading-page-cover,
.navigation-panel,
Expand Down Expand Up @@ -205,6 +203,7 @@ body,
.token-dialog-cancel,
.new-version,
.popup-menu-box,
.popup-box-container,
.general-setting-dropdown,
.card-list-item-card,
.navigation-header,
Expand Down
Loading

0 comments on commit b8569e9

Please sign in to comment.