This commit is contained in:
Robin Appelman 2023-04-16 17:21:29 +02:00
commit 15f38a6872
8 changed files with 443 additions and 2 deletions

8
style/pages/api.css Normal file
View file

@ -0,0 +1,8 @@
li > a:first-child > code, li > code:first-child {
font-weight: bold;
}
pre {
overflow: hidden;
text-overflow: ellipsis;
}