refactor: scrollerbar style

This commit is contained in:
reco_luan 2020-03-09 15:30:37 +08:00
parent 08b4a4336d
commit 3e10af6fbd
3 changed files with 5 additions and 13 deletions

View File

@ -54,9 +54,6 @@ module.exports = {
/**
* 密钥 (if your blog is private)
*/
keyPage: {
keys: ['123456']
},
friendLink: [
{
title: '午后南杂',
@ -73,6 +70,6 @@ module.exports = {
]
},
markdown: {
lineNumbers: true
// lineNumbers: true
}
}

View File

@ -4,8 +4,6 @@ date: 2019-04-09
categories:
- other
- test
keys:
- '123'
---
![vuepress](https://img.shields.io/badge/vuepress-0.14.8-brightgreen.svg)

View File

@ -192,22 +192,19 @@ th, td
/************** **************/
::-webkit-scrollbar
width: 6px;
width: 5px;
height: 5px;
::-webkit-scrollbar-track-piece
background-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
// background-color: rgba(0, 0, 0, 0.2);
::-webkit-scrollbar-thumb:vertical
height: 5px;
background-color: rgba(125, 125, 125, 0.7);
-webkit-border-radius: 6px;
background-color: $accentColor;
::-webkit-scrollbar-thumb:horizontal
width: 5px;
background-color: rgba(125, 125, 125, 0.7);
-webkit-border-radius: 6px;
background-color: $accentColor;
/************** **************/
.vuepress-flowchart