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

View File

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