REMOVE: Unecessary comment in CSS (#4162) Deveesh-Shetty

The comment indicated the same CSS which was written below
This commit is contained in:
Deveesh Shetty 2023-04-11 18:30:15 +05:30 committed by GitHub
parent 6571298ea5
commit 86bad24431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@
#paceCaret {
height: 1.2em;
// background: var(--sub-color);
background: var(--sub-color);
opacity: 0.5;
position: absolute;

View file

@ -9,7 +9,6 @@
top: 0;
left: 0;
width: 100vw;
/* height: 0.5rem; */
height: 0.5rem;
background: black;
/* background: #0f0f0f; */