Improve dark mode styling

This commit is contained in:
Neil Brommer 2021-12-10 22:37:36 -08:00
parent 4e9f710162
commit 1b8460fd3e
5 changed files with 271 additions and 124 deletions

View file

@ -4,7 +4,7 @@ root = true
insert_final_newline = true
max_line_length = 100
[*.{cs,cshtml,html,xml,js,css,csproj,json,md}]
[*.{cs,cshtml,html,xml,js,css,csproj,json,md,scss}]
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true