mirror of
https://github.com/CodePanda66/CSPostgraduate-408.git
synced 2023-05-21 21:49:33 +08:00
🐛 fix CI
This commit is contained in:
@@ -2,7 +2,7 @@ module.exports = {
|
||||
site:{
|
||||
"title": "CSPostgraduate",
|
||||
"description": "CSKaoYan CSPostgraduate 408",
|
||||
"base": "/",
|
||||
"base": "https://kimyang.cn/2021-CSPostgraduate-408/",
|
||||
"pages": [
|
||||
{
|
||||
"lastUpdated": 1524027677000,
|
||||
|
||||
@@ -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
|
||||
@@ -1 +0,0 @@
|
||||
$accentColor = #46ADD8
|
||||
Reference in New Issue
Block a user