Compare commits

..

2 Commits

Author SHA1 Message Date
6006a28f4c
run prettier on onf/waybar/style.css 2023-05-02 09:45:33 +03:00
b55bfde34b
pre-commit autoupdate 2023-05-02 09:43:53 +03:00
2 changed files with 4 additions and 2 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.8-for-vscode" rev: "v3.0.0-alpha.9-for-vscode"
hooks: hooks:
- id: prettier - id: prettier

View File

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