1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

vuet cards

This commit is contained in:
Marius 2021-05-29 17:17:37 +02:00
parent 131feae095
commit 131e312e24

View File

@ -97,8 +97,14 @@ p,
color: var(--text);
}
/* TOP NAVBAR */
/* CARDS */
.theme--light.v-card,
.theme--dark.v-card {
background-color: rgba(0, 0, 0, .5);
color: var(--text);
}
/* TOP NAVBAR */
.theme--light.v-app-bar.v-toolbar.v-sheet,
.theme--dark.v-app-bar.v-toolbar.v-sheet {
background-color: rgba(0, 0, 0, .25) !important;