Hangar/frontend/assets/theme/base.scss
2022-01-24 18:21:56 +01:00

18 lines
302 B
SCSS

@import '~vuetify/src/styles/styles.sass';
.v-divider {
border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
body,
.v-card,
.v-sheet.v-list {
background-color: var(--v-accent-base) !important;
}
.v-btn.v-btn--has-bg {
background-color: #1E1E1E !important;
}
a {
text-decoration: none;
}