refactor: scrollerbar style
This commit is contained in:
parent
08b4a4336d
commit
3e10af6fbd
@ -54,9 +54,6 @@ module.exports = {
|
|||||||
/**
|
/**
|
||||||
* 密钥 (if your blog is private)
|
* 密钥 (if your blog is private)
|
||||||
*/
|
*/
|
||||||
keyPage: {
|
|
||||||
keys: ['123456']
|
|
||||||
},
|
|
||||||
friendLink: [
|
friendLink: [
|
||||||
{
|
{
|
||||||
title: '午后南杂',
|
title: '午后南杂',
|
||||||
@ -73,6 +70,6 @@ module.exports = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
lineNumbers: true
|
// lineNumbers: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,8 +4,6 @@ date: 2019-04-09
|
|||||||
categories:
|
categories:
|
||||||
- other
|
- other
|
||||||
- test
|
- test
|
||||||
keys:
|
|
||||||
- '123'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
![vuepress](https://img.shields.io/badge/vuepress-0.14.8-brightgreen.svg)
|
![vuepress](https://img.shields.io/badge/vuepress-0.14.8-brightgreen.svg)
|
||||||
|
@ -192,22 +192,19 @@ th, td
|
|||||||
|
|
||||||
/************** 滚动条 **************/
|
/************** 滚动条 **************/
|
||||||
::-webkit-scrollbar
|
::-webkit-scrollbar
|
||||||
width: 6px;
|
width: 5px;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
|
|
||||||
::-webkit-scrollbar-track-piece
|
::-webkit-scrollbar-track-piece
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
// background-color: rgba(0, 0, 0, 0.2);
|
||||||
-webkit-border-radius: 6px;
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:vertical
|
::-webkit-scrollbar-thumb:vertical
|
||||||
height: 5px;
|
height: 5px;
|
||||||
background-color: rgba(125, 125, 125, 0.7);
|
background-color: $accentColor;
|
||||||
-webkit-border-radius: 6px;
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:horizontal
|
::-webkit-scrollbar-thumb:horizontal
|
||||||
width: 5px;
|
width: 5px;
|
||||||
background-color: rgba(125, 125, 125, 0.7);
|
background-color: $accentColor;
|
||||||
-webkit-border-radius: 6px;
|
|
||||||
|
|
||||||
/************** 流程图的滚动条 **************/
|
/************** 流程图的滚动条 **************/
|
||||||
.vuepress-flowchart
|
.vuepress-flowchart
|
||||||
|
Loading…
Reference in New Issue
Block a user