* Update chapter marker style (#2776)

This commit is contained in:
PikachuEXE 2022-11-02 10:37:04 +08:00 committed by GitHub
parent 32c9964050
commit 53025b0339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -17,10 +17,9 @@
}
:deep(.chapterMarker) {
height: 120%;
top: -10%;
width: 1%;
border-radius: 999px; /* make sure they are rounded properly*/
height: 100%;
top: 0;
width: 2px;
z-index: 2;
background-color: var(--accent-color);
background-color: #000;
}