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;
}

View file

@ -13,6 +13,7 @@ section > div > h3 {
margin-left: 20px;
margin-bottom: 0;
min-width: 50px;
line-height: 24px;
}
section > div > h3:before,
@ -22,7 +23,7 @@ section > div > h3:after {
display: block;
height: 2px;
position: absolute;
top: 45%;
top: calc(50% - 1px);
}
section > div > h3:before {

View file

@ -7,6 +7,7 @@
@import 'pages/index.css';
@import 'pages/demo.css';
@import 'pages/about.css';
@import 'pages/api.css';
@import 'pages/upload.css';
:root {