:root{
        --darkbrown : #4e4637;
        --yellow : #FC3;
        --lightorange : #ffc45e;
      }
      .v-list.py-2.v-sheet.theme--dark, .btn-animate-edit.v-btn.v-btn--round, .__view,.v-btn--fixed.v-btn--depressed.v-btn--left{
      background-color:var(--yellow) !important
      }
      .v-icon, .v-list-item__title, .toc-header{
      color:var(--darkbrown) !important;
      }
      .v-btn--fixed.v-btn--depressed.v-btn--left{
      box-shadow: 7px -5px 10px -3px rgba(0,0,0,0.65) !important;
      }
      .v-list-item--active {
      background-color: var(--lightorange) !important;
      }
      .v-application .headline {
      font-size:2.5rem !important;
      font-weight:bold;
      }
      .contents>div>.toc-header:after{
      background: linear-gradient(90deg,#FC3,rgba(25,118,210,0)) !important;
      }
      .headline {
        margin-bottom: 10px;
      }
