forked from rDrama/rDrama
1
0
Fork 0

add bottom margin to details and make its cursor a pointer

master
Aevann 2024-02-12 10:17:15 +02:00
parent c2bbc5e708
commit 5659c171d6
1 changed files with 5 additions and 0 deletions

View File

@ -7682,3 +7682,8 @@ blink {
border-top: 2px solid var(--primary) !important;
margin-top: 0.5rem;
}
details {
margin-bottom: 1rem;
cursor: pointer;
}