mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-21 06:51:19 +08:00
fix(frontend): make headlines in api-docs description fancy again
This commit is contained in:
parent
81e9088119
commit
73aa1012ba
@ -79,11 +79,22 @@ useHead(useSeo(i18n.t("apiDocs.title"), "API Docs for the Hangar REST API", rout
|
||||
}
|
||||
|
||||
.description h2 {
|
||||
padding-top: 1.5rem;
|
||||
margin: 1.5rem 0 0;
|
||||
padding-top: 1rem;
|
||||
margin-top: 1rem;
|
||||
font-size: 30px;
|
||||
border-top: 3px solid #333333;
|
||||
}
|
||||
|
||||
.description h3 {
|
||||
padding-top: 1rem;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.description h4 {
|
||||
padding-top: 0.5rem;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.scheme-container {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user