Update article.scss

This commit is contained in:
zhixuan 2021-06-25 23:15:42 +09:00
parent 42eb1f5067
commit 932d23b762
No known key found for this signature in database
GPG Key ID: 05D14AD50C51A06F

View File

@ -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 {