Auth plugins (#155)

This commit is contained in:
Gregory Schier
2025-01-17 05:53:03 -08:00
committed by GitHub
parent e21df98a30
commit bd322162c8
56 changed files with 5468 additions and 1474 deletions

View File

@@ -13,9 +13,8 @@
font-variant-ligatures: none;
}
::selection,
.cm-selectionBackground {
@apply bg-selection !important;
::selection {
@apply bg-selection;
}
/* Disable user selection to make it more "app-like" */
@@ -26,7 +25,7 @@
@apply select-none cursor-default;
}
input,
input,
textarea {
&::placeholder {
@apply text-placeholder;