Merge branch 'main' into in-line-fix

This commit is contained in:
Emruz Hossain 2024-12-01 20:03:37 +06:00 committed by GitHub
commit 0c816bc8f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 32 additions and 8 deletions

View file

@ -97,6 +97,10 @@ html[data-theme='dark'] {
background-color: get-dark-color('bg-primary');
&:focus {
background-color: get-dark-color('bg-secondary');
color: get-dark-color('text-color');
}
&::placeholder {
color: get-dark-color('muted-text-color');
}
}