documentation structure

This commit is contained in:
David Haz
2025-07-08 23:34:52 +03:00
parent 9ddb731258
commit 660e4fd701
46 changed files with 3488 additions and 79 deletions

View File

@@ -8,10 +8,23 @@
}
body {
background-color: #0e0e0e;
background-color: #0b0b0b;
font-family: 'Figtree', sans-serif !important;
font-size: 16px;
color: #fff;
min-height: 100vh;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.app-container {
min-height: 100vh;
display: flex;
padding: 0 2em;
}
.back-to-top {
background: #0b0b0b !important;
border: 1px solid #142216;
}