Compare commits

..

No commits in common. "6006a28f4c21c51fc690ae5d378d4c2a7db9786f" and "a81343b1236901bb816df46ed7ba41d666d81656" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -49,7 +49,7 @@ repos:
# prettier # prettier
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode" rev: "v3.0.0-alpha.8-for-vscode"
hooks: hooks:
- id: prettier - id: prettier

View File

@ -3,9 +3,7 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: font-family: Noto Sans Mono Regular, monospace;
Noto Sans Mono Regular,
monospace;
font-size: 10px; font-size: 10px;
min-height: 0; min-height: 0;
} }