chore: 更新样式

This commit is contained in:
pengzhanbo 2022-04-23 22:48:04 +08:00
parent 9d6a7b80b6
commit bcf234e4d2
2 changed files with 3 additions and 2 deletions

View File

@ -119,7 +119,7 @@ const sidebarClick = (sidebar: SidebarListComputed): void => {
.arrow-right-icon {
width: 20px;
height: 20px;
margin-right: 0.55rem;
margin-right: 0.75rem;
transform: rotate(0);
transition: transform var(--t-color);
@ -140,6 +140,7 @@ const sidebarClick = (sidebar: SidebarListComputed): void => {
.sidebar-items {
font-size: 16px;
padding-left: 1.25rem;
padding-bottom: 0.75rem;
li a {
font-weight: normal;

View File

@ -142,7 +142,7 @@ pre[class*='language-'] {
}
&::-webkit-scrollbar-thumb {
background-color: var(--code-hl-bg-color);
background-color: var(--c-brand);
border-radius: 3px;
}