提交 b3289ef8 编写于 作者: G Gautam krishna.R

styled scrollbars

changed webkit-scrollbar property
上级 a28526a3
......@@ -10,6 +10,23 @@ body {
color: rgb(187, 187, 187);
}
*::-webkit-scrollbar {
width: 15px;
}
*::-webkit-scrollbar-track {
background-color: #b46868;
}
*::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
}
*::-webkit-scrollbar-button {
background-color: #7c2929;
}
*::-webkit-scrollbar-corner {
background-color: black;
}
a {
text-decoration: none;
}
......@@ -287,4 +304,4 @@ pre {
.mtbl-cell.notifying {
background: #f00;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册