refactor(theme): improve CodeRepl and DocFooter styles

This commit is contained in:
pengzhanbo 2025-12-12 20:53:43 +08:00
parent a91cdb60d7
commit f7bc044147
2 changed files with 1 additions and 2 deletions

View File

@ -97,8 +97,6 @@ function runCode() {
.code-repl-output {
position: relative;
top: -20px;
padding-top: 6px;
margin: 0 -1.5rem;
background-color: var(--vp-code-block-bg);
transition: background-color var(--vp-t-color);

View File

@ -143,6 +143,7 @@ const showFooter = computed(() => {
}
.last-updated-text {
margin: 0;
font-size: 14px;
font-weight: 500;
line-height: 24px;