Prettier fix (#3892)

Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
This commit is contained in:
github-actions[bot] 2023-01-08 01:18:40 +01:00 committed by GitHub
parent 1c6ee5d172
commit 8e54176b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -2274,4 +2274,4 @@
"zip",
"zip.unpack"
]
}
}

View file

@ -2005,4 +2005,4 @@
"Wärme",
"Rennen"
]
}
}

View file

@ -1,14 +1,14 @@
:root {
--bg-color: #1F2533;
--bg-color: #1f2533;
--main-color: #9999ff;
--caret-color: #9999ff;
--sub-color: #CCDDFF;
--sub-alt-color: #3D4B66;
--sub-color: #ccddff;
--sub-alt-color: #3d4b66;
--text-color: #9999ff;
--error-color: #FF6666;
--error-extra-color: #FF6666;
--colorful-error-color: #FF6666;
--colorful-error-extra-color: #FF6666;
--error-color: #ff6666;
--error-extra-color: #ff6666;
--colorful-error-color: #ff6666;
--colorful-error-extra-color: #ff6666;
}
#menu .textButton {