hide webkit details marker, logger url output

This commit is contained in:
Michael Shamoon 2022-11-19 00:12:05 -08:00
parent 4ccf8eddae
commit f9c2f40ad1
2 changed files with 5 additions and 1 deletions

View file

@ -54,3 +54,7 @@ body {
background-color: var(--scrollbar-thumb);
border-radius: 0.25em;
}
::-webkit-details-marker {
display: none;
}