summaryrefslogtreecommitdiffstats
path: root/layouts/partials/scripts.html
diff options
context:
space:
mode:
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"