Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions app/assets/stylesheets/application.tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,14 @@ mark {
.disable-transitions *::after {
transition: none !important;
}

.dark input:-webkit-autofill,
.dark textarea:-webkit-autofill,
.dark select:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #23272f inset !important;
-webkit-text-fill-color: var(--foreground) !important;
caret-color: var(--foreground) !important;
transition:
background-color 9999s ease-in-out 0s,
color 9999s ease-in-out 0s;
}