Skip to content

Commit

Permalink
💄 样式微改
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Sep 5, 2023
1 parent b285889 commit 4724592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/* dark mode */
html.dark {
/* app container */
--app-page-bg: #000000; /* (0, 0, 0) */
--app-page-bg: #1e1e1e; /* (0, 0, 0) */
--app-page-content: #d0d0d0;
--app-side-bg: #151c26;
--app-side-content: #dddddd;
Expand Down
1 change: 1 addition & 0 deletions src/components/userAbyss/tua-detail-battle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const props = defineProps<TuaDetailBattleProps>();
.tud-db-time {
color: var(--common-text-content);
font-size: 12px;
opacity: 0.6;
text-align: left;
}
</style>

0 comments on commit 4724592

Please sign in to comment.