frontend/style/pages/api.css
2023-04-16 17:21:29 +02:00

8 lines
No EOL
135 B
CSS

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