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

View File

@ -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)

View File

@ -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