Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorHoward Cheung <36502569+Howard-00@users.noreply.github.com>2019-08-04 08:58:34 +0300
committerChen Xianmin <xianmin12@gmail.com>2019-08-04 08:58:34 +0300
commitf94a51f66e6384f718d81c6402c673e35f905c4d (patch)
tree1e9279e148942e3b090e8a4ffe29f8bf1ffee274 /assets
parentcef2a0b266b52256496881b6506a4ae303aa7ae1 (diff)
style: add a new social link for codeforces (#219)
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_iconfont.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/sass/_iconfont.scss b/assets/sass/_iconfont.scss
index 8acdddc..d3859f7 100644
--- a/assets/sass/_iconfont.scss
+++ b/assets/sass/_iconfont.scss
@@ -115,6 +115,10 @@
font-icon: url('../fonts/svg/bilibili.svg');
}
+.icon-codeforces::before {
+ font-icon: url('../fonts/svg/codeforces.svg');
+}
+
.icon-globe::before {
font-icon: url('../fonts/svg/globe.svg');
}