feat(developer): Document public CSS variables and classes from server

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2024-07-02 21:37:33 +02:00
parent a3dff00362
commit b266e7d22f
4 changed files with 230 additions and 71 deletions

View File

@@ -92,4 +92,8 @@ div#list-of-available-icons > blockquote > div > div > p {
font-size: 90%;
font-style: normal;
text-align: center;
}
.wy-nav-content {
max-width: max(800px, calc(100vw - 600px)) !important;
}