This commit is contained in:
Puniko 2022-12-26 15:47:10 +01:00
parent 0cc1ea8c3e
commit 4234dfbdbc
5 changed files with 287 additions and 284 deletions

3
.gitignore vendored
View file

@ -11,6 +11,9 @@
# nano
.swp
# vimlocal
.vimlocal
# Node.js
node_modules
report.*.json

View file

@ -251,7 +251,7 @@ function display() {
border-radius: 0;
width: 14px;
background: var(--accent);
cursoer: pointer;
cursor: pointer;
}
&::-ms-track {