mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
Update article.scss
This commit is contained in:
parent
42eb1f5067
commit
932d23b762
@ -184,6 +184,27 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
color: var(--card-text-color-main);
|
||||
&::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: auto;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
width: 2px;
|
||||
height: auto;
|
||||
background-color: var(--accent-color);
|
||||
}
|
||||
|
||||
|
||||
@include respond(xl) {
|
||||
overflow-y: scroll;
|
||||
height: 400px;
|
||||
|
||||
|
||||
}
|
||||
@include respond(2xl) {
|
||||
height: 550px;
|
||||
|
||||
}
|
||||
|
||||
#TableOfContents {
|
||||
ol {
|
||||
|
Loading…
Reference in New Issue
Block a user