Skip to content

Commit ce2f32d

Browse files
committed
refine scroll areas; add link to mdbook
1 parent 70ac521 commit ce2f32d

File tree

4 files changed

+289
-104
lines changed

4 files changed

+289
-104
lines changed

assets/main.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ body * {
2424
}
2525

2626
::-webkit-scrollbar-thumb {
27-
background-color: hsla(200,80%,76%,0.8);
27+
background-color: hsla(180,60%,76%,0.8);
28+
border-radius: 2px;
2829
}
2930

3031
::-webkit-scrollbar-corner {
@@ -41,6 +42,7 @@ pre {
4142
padding: 2px 8px;
4243
line-height: 1.4;
4344
min-width: 400px;
45+
border-radius: 4px;
4446
}
4547

4648
.doc-entry:hover {

0 commit comments

Comments
 (0)