调整样式、添加颜色
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 1rem;
|
||||
background-color: #EEE;
|
||||
background-color: #DDD;
|
||||
|
||||
&:hover {
|
||||
background-color: @colorPrimary;
|
||||
background-color: #BBB;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ body {
|
||||
}
|
||||
|
||||
.shadow-3 {
|
||||
box-shadow: 0 .5rem 1rem -0.4rem rgba(0, 0, 0, .12);
|
||||
box-shadow: 0 .5rem 1rem -.4rem rgba(0, 0, 0, .12);
|
||||
}
|
||||
|
||||
// 载入中(链接列表)
|
||||
|
Reference in New Issue
Block a user