Skip to content

Commit 2e2ebd6

Browse files
committed
make css changes
1 parent 77518bf commit 2e2ebd6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# 你的博客名称,请用你想要的博客名替换“LOFFER”,以下修改都可类似处理
66
# 注意,“name: LOFFER”,冒号后面的空格不可以省略。
77
# 井号后面的文字是说明文档,不会被程序读取。
8-
name: MatthewLisp
8+
name: (MatthewLisp)
99
# 描述/签名
1010
description: Olá viajante! sou desenvolvedor web e fan da linguagem Clojure. Criei esse blog pra compartilhar tudo que sei com voce :)
1111

_sass/_variables.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
// Colors
12-
$blue: $oc-teal-8;
12+
$blue: $oc-pink-8;
1313

1414
// Grays
1515
$black: #000;
@@ -41,9 +41,9 @@ $background-color: $oc-gray-0;
4141
$background-lighten-color: hsla(210, 17%, 98%, 0.42);
4242

4343
$text-color: $base-color;
44-
$link-color: $oc-teal-8;
45-
$link-lighten-color: $oc-teal-6;
46-
$link-bghv-color: $oc-teal-0;
44+
$link-color: $oc-pink-8;
45+
$link-lighten-color: $oc-pink-6;
46+
$link-bghv-color: $oc-pink-0;
4747
$divider-color: $oc-gray-1;
4848

4949
$error-color:$oc-red-8;
@@ -92,4 +92,4 @@ $dd-position: $dt-width+$dt-dd-space;
9292
@media screen and (max-width: 1200px) {
9393
@content;
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)