main.css: Use ::marker to avoid browser console warning

Signed-off-by: Aaron <admin@datahoarder.dev>
This commit is contained in:
Aaron 2021-05-03 00:13:24 +02:00 committed by GitHub
parent eb3a9e8c89
commit 827a35f73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ details {
overflow: hidden;
}
details > summary::-webkit-details-marker {
details > summary::marker {
display: none;
}