Skip to content

Commit 6c56cc4

Browse files
committed
Changes style and logo
1 parent 2e2ebd6 commit 6c56cc4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: Olá viajante! sou desenvolvedor web e fan da linguagem Clojure. Cr
1414
#
1515

1616
# 你的博客logo图片URL,建议尺寸不超过300px × 300px
17-
avatar: https://raw.githubusercontent.com/FromEndWorld/LOFFER/master/images/logo.png
17+
avatar: https://raw.githubusercontent.com/cljs/logo/master/cljs-white.png
1818

1919
# 你的favicon(出现在浏览器tab上)图片URL,建议使用较小(64px × 64px)的图片
2020
favicon: https://raw.githubusercontent.com/FromEndWorld/LOFFER/master/images/favicon.png

_sass/_variables.scss

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

1010

1111
// Colors
12-
$blue: $oc-pink-8;
12+
$blue: $oc-lime-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-pink-8;
45-
$link-lighten-color: $oc-pink-6;
46-
$link-bghv-color: $oc-pink-0;
44+
$link-color: $oc-lime-8;
45+
$link-lighten-color: $oc-lime-6;
46+
$link-bghv-color: $oc-lime-0;
4747
$divider-color: $oc-gray-1;
4848

4949
$error-color:$oc-red-8;

0 commit comments

Comments
 (0)