docs: add containrrr-dark color scheme (#1427)

This commit is contained in:
nils måsén 2022-10-14 15:06:13 +02:00 committed by GitHub
parent a19887546b
commit 0a0998f83c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 92 additions and 11 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.css]
indent_style = space
indent_size = 2
[{go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 4