// @see https://vuepress.vuejs.org/plugin/official/plugin-nprogress.html
// @see https://github.com/vuepress/vuepress-plugin-nprogress/blob/master/lib/styles/nprogress.styl
#nprogress {
  .bar {
    background-color: darken($color-brand, 20%);
  }
}

// customize vuetify container size
@media (min-width: 1904px) {
  .container {
    max-width: 1185px; /* change from 1785px */
  }
}

.v-chip--active {
  background-color: darken(rgb(224, 224, 224), 10%);
}
