Simplify release notes workflow
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import "tailwindcss";
|
||||
@import "tailwindcss/theme.css";
|
||||
@import "tailwindcss/utilities.css";
|
||||
@custom-variant dark (&:where(.dark, .dark *));
|
||||
|
||||
@theme inline {
|
||||
@@ -29,59 +30,6 @@ textarea::placeholder {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.v-application {
|
||||
background: rgb(var(--v-theme-background)) !important;
|
||||
color: rgb(var(--v-theme-on-background));
|
||||
}
|
||||
|
||||
.v-card,
|
||||
.v-sheet,
|
||||
.v-list,
|
||||
.v-menu > .v-overlay__content,
|
||||
.v-dialog > .v-overlay__content {
|
||||
background-color: rgb(var(--v-theme-surface)) !important;
|
||||
border: 1px solid rgb(var(--v-theme-border));
|
||||
}
|
||||
|
||||
.v-field {
|
||||
background-color: rgb(var(--v-theme-control)) !important;
|
||||
color: rgb(var(--v-theme-on-surface));
|
||||
}
|
||||
|
||||
.v-field:hover {
|
||||
background-color: rgb(var(--v-theme-control-hover)) !important;
|
||||
}
|
||||
|
||||
.v-field--focused {
|
||||
background-color: rgb(var(--v-theme-control-focus)) !important;
|
||||
}
|
||||
|
||||
.v-field__outline {
|
||||
color: rgb(var(--v-theme-border-strong));
|
||||
}
|
||||
|
||||
.v-field--focused .v-field__outline {
|
||||
color: rgb(var(--v-theme-highlight));
|
||||
}
|
||||
|
||||
.v-field__input,
|
||||
.v-field-label {
|
||||
color: rgb(var(--v-theme-on-surface));
|
||||
}
|
||||
|
||||
.v-select .v-field .v-field__input > input,
|
||||
.v-select .v-field .v-field__input > input::placeholder {
|
||||
color: transparent !important;
|
||||
caret-color: transparent;
|
||||
}
|
||||
|
||||
.panel,
|
||||
[class$='-panel'],
|
||||
[class$='-card'],
|
||||
div.card {
|
||||
border-color: rgb(var(--v-theme-border)) !important;
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.btn {
|
||||
@apply min-w-24 w-full;
|
||||
|
||||
Reference in New Issue
Block a user