first commit

This commit is contained in:
2025-11-26 07:49:54 +00:00
commit d8685ccf10
468 changed files with 41346 additions and 0 deletions

No files matched your search

+9
View File
@@ -0,0 +1,9 @@
.v-expansion-panel-title__overlay{
background: rgba(var(--v-theme-primary));
}
.v-expansion-panel:not(:first-child)::after {
border-color: transparent !important;
}
.v-expansion-panel-text{
color: rgba(var(--v-theme-textSecondary));
}