summaryrefslogtreecommitdiffstats
path: root/layouts/partials/scripts.html
diff options
context:
space:
mode:
authoramzrk22020-04-22 19:12:46 +0800
committeramzrk22020-04-22 19:12:46 +0800
commitf2b712d0b0922d3b0fd116611589dc25719e2bf8 (patch)
treecf89d0f2ce270d120edf78f17bfbb36562f2ad85 /layouts/partials/scripts.html
parent2c15f4495668f953709489133073ab2e7fa2efa8 (diff)
downloadhugo-theme-fuji-f2b712d0b0922d3b0fd116611589dc25719e2bf8.tar.gz
hugo-theme-fuji-f2b712d0b0922d3b0fd116611589dc25719e2bf8.tar.bz2
hugo-theme-fuji-f2b712d0b0922d3b0fd116611589dc25719e2bf8.zip
Adjust progressbar style
Diffstat (limited to 'layouts/partials/scripts.html')
-rw-r--r--layouts/partials/scripts.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 79befb5..c47a474 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -45,12 +45,11 @@
$(function () {
var bar = new ProgressBar.Circle("#progress", {
color: "#8AA2D3",
- strokeWidth: 12,
+ strokeWidth: 10,
trailColor: "#E5E2E4",
- trailWidth: 12,
+ trailWidth: 10,
text: {
value: '{{ partial "fas/fa-angle-up" . }}',
- autoStyleContainer: false,
style: null
},
fill: "#E5E2E4"