mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
update css styles of the book
This commit is contained in:
@ -50,4 +50,16 @@
|
||||
overflow: hidden;
|
||||
padding: 10px 0;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
/* 修改章节目录的间距 */
|
||||
.chapter li.chapter-item {
|
||||
/* 没有文件时的文字颜色 */
|
||||
color: #939da3;
|
||||
margin-top: 1.2rem;
|
||||
}
|
||||
|
||||
/* 修改滚动条宽度 */
|
||||
::-webkit-scrollbar {
|
||||
width: 7px;
|
||||
}
|
Reference in New Issue
Block a user