mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
refactor(theme): improve CodeRepl and DocFooter styles
This commit is contained in:
parent
a91cdb60d7
commit
f7bc044147
@ -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);
|
||||
|
||||
@ -143,6 +143,7 @@ const showFooter = computed(() => {
|
||||
}
|
||||
|
||||
.last-updated-text {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
line-height: 24px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user