This commit is contained in:
Gaspard Jankowiak 2023-04-24 11:16:02 +02:00
commit 80a8975c97
8 changed files with 85 additions and 45 deletions

View file

@ -104,6 +104,10 @@ tr { border-bottom: 1px dotted $tr-rule; }
table.bordered { border-collapse: collapse; margin: 1em 0; }
table.bordered tr { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }
details { margin-top: 1em; padding: 0.5em; background-color: #fff; }
details[open] summary { margin-bottom: 1em; }
:target { color: #5151ff; background-color: yellow; }
.non_full { width: auto; }