🐛 fix CI

This commit is contained in:
Kim Yang
2020-08-16 20:31:04 +08:00
parent d96aeb62a4
commit bb4c5c8c4e
3 changed files with 1 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ module.exports = {
site:{
"title": "CSPostgraduate",
"description": "CSKaoYan CSPostgraduate 408",
"base": "/",
"base": "https://kimyang.cn/2021-CSPostgraduate-408/",
"pages": [
{
"lastUpdated": 1524027677000,

View File

@@ -1,17 +0,0 @@
pre.vue-container
border-left-width: .5rem;
border-left-style: solid;
border-color: #46ADD8;
border-radius: 0px;
& > code
font-size: 14px !important;
& > p
margin: -5px 0 -20px 0;
code
background-color: #46ADD8 !important;
padding: 3px 5px;
border-radius: 3px;
color #000
em
color #808080
font-weight light

View File

@@ -1 +0,0 @@
$accentColor = #46ADD8