mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-02 05:50:24 +02:00
1412009d0a
Backport * #37233 * #37272 --------- Co-authored-by: silverwind <me@silverwind.io>
30 lines
421 B
CSS
30 lines
421 B
CSS
@import "swagger-render.css";
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.swagger-back-link {
|
|
color: var(--color-primary);
|
|
text-decoration: none;
|
|
position: absolute;
|
|
top: 1rem;
|
|
right: 1.5rem;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.swagger-back-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.swagger-back-link svg {
|
|
color: inherit;
|
|
fill: currentcolor;
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.swagger-spec-content {
|
|
display: none;
|
|
}
|