mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
18 lines
302 B
SCSS
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;
|
|
}
|