Enable progress bar by default

This commit is contained in:
Maruan Al-Shedivat 2022-10-24 09:07:39 -04:00
parent 08a839c5f5
commit 232ff286b2
2 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@ enable_navbar_social: false # enables displaying social links in the
enable_project_categories: true # enables categorization of projects into
# multiple categories
enable_medium_zoom: true # enables image zoom feature (as on medium.com)
enable_progressbar: false # enables a horizontal progress bar linked to the vertical scroll position
enable_progressbar: true # enables a horizontal progress bar linked to the vertical scroll position
# -----------------------------------------------------------------------------
# Library versions

View File

@ -666,7 +666,7 @@ progress {
/* Dimensions */
width: 100%;
height: 5px;
height: 1px;
/* Reset the appearance */
-webkit-appearance: none;