mirror of
https://github.com/kaka111222333/kaka111222333.github.io.git
synced 2025-12-21 17:25:07 +08:00
更新博客配置
This commit is contained in:
@@ -204,7 +204,6 @@
|
||||
.markdown-body pre {
|
||||
padding: 16px;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
font-size: 85%;
|
||||
line-height: 1.45;
|
||||
background-color: #f6f8fa;
|
||||
@@ -701,7 +700,6 @@
|
||||
border-radius: 5px;
|
||||
border: 1px solid $divider-color;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
-webkit-transition: all ease 0.25s;
|
||||
transition: all ease 0.25s;
|
||||
|
||||
|
||||
@@ -16,8 +16,7 @@ pre.highlight {
|
||||
border: 1px solid $oc-gray-3;
|
||||
border-radius: 3px;
|
||||
margin: 1em 0;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.highlight { background: $oc-gray-0; }
|
||||
|
||||
@@ -3,13 +3,8 @@
|
||||
// VARIABLES
|
||||
//
|
||||
|
||||
// 颜色使用opencolor https://yeun.github.io/open-color/
|
||||
// 主题色可选 red, pink, grape, violet, indigo, blue, cyan, teal, green, lime, yellow
|
||||
// 默认为teal,如果需要更换,可以直接将teal并替换成你想要的颜色,例如,查找teal,替换indigo,全部替换,保存,push,完成!
|
||||
|
||||
|
||||
// Colors
|
||||
$blue: $oc-teal-8;
|
||||
$blue: $oc-red-8;
|
||||
|
||||
// Grays
|
||||
$black: #000;
|
||||
@@ -38,12 +33,12 @@ $base-lighten-color: $oc-gray-6;
|
||||
$base-lightener-color: $oc-gray-4;
|
||||
|
||||
$background-color: $oc-gray-0;
|
||||
$background-lighten-color: hsla(210, 17%, 98%, 0.42);
|
||||
$background-lighten-color: #f8f9fa6b;
|
||||
|
||||
$text-color: $base-color;
|
||||
$link-color: $oc-teal-8;
|
||||
$link-lighten-color: $oc-teal-6;
|
||||
$link-bghv-color: $oc-teal-0;
|
||||
$link-color: $oc-red-8;
|
||||
$link-lighten-color: $oc-red-6;
|
||||
$link-bghv-color: $oc-red-0;
|
||||
$divider-color: $oc-gray-1;
|
||||
|
||||
$error-color:$oc-red-8;
|
||||
@@ -61,7 +56,7 @@ $footnote-link-background-over-color: $oc-gray-1;
|
||||
$selection-background-color: $oc-gray-3;
|
||||
|
||||
$tag-index-label-background-color: $oc-gray-2;
|
||||
$tag-index-count-background-color: hsla(210, 7%, 56%, 0.102);
|
||||
$tag-index-count-background-color: #868e961a;
|
||||
|
||||
$footer-border-color: $oc-gray-2;
|
||||
$footer-background-color: $oc-gray-0;
|
||||
|
||||
Reference in New Issue
Block a user