haoxuan
2023-08-26 bd83d2c3edea6c7850c66e3c8d5fc5b265c159c3
1
2
3
4
5
6
7
8
#nprogress {
  .bar {
    background: $color-primary !important;
  }
  .peg {
    box-shadow: 0 0 10px $color-primary, 0 0 5px $color-primary !important;
  }
}