Skip to content

Commit

Permalink
fix: some error in vuepress new version
Browse files Browse the repository at this point in the history
  • Loading branch information
LincZero committed Jan 29, 2025
1 parent fa970a9 commit 270e578
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
8 changes: 6 additions & 2 deletions src/ABConverter/style/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ html[data-theme="dark"] #app {
--ab-tab-root-bg-color: var(--bg-color);
--ab-tab-root-bd-color: var(--border-color);
--ab-tab-root-tx-color: var(--text-color);
--ab-bright-color: var(--theme-color);
--ab-bright-color: var(--vp-c-accent);
--pre-background-color: var(--code-bg-color);
}

Expand Down Expand Up @@ -728,7 +728,6 @@ html[data-theme="dark"] #app {
}

.ab-note .ab-items.ab-card .ab-items-item .ab-items-title {
color: var(--ab-bright-color);
border-bottom: 1px solid var(--ab-bright-color);
}

Expand Down Expand Up @@ -775,6 +774,11 @@ html[data-theme="dark"] #app {
flex-direction: row;
}

.ab-note .ab-items.ab-card.ab-hfall .ab-items-item .ab-items-title {
color: currentColor;
border-bottom: none;
}

.ab-note .ab-items.ab-card.ab-hfall::after {
content: "";
flex-grow: 99999;
Expand Down
Loading

0 comments on commit 270e578

Please sign in to comment.