embed mission-planner

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-06 05:51:31 +03:00
parent 667c9f8153
commit 2f9c4efc8e
68 changed files with 4340 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body::-webkit-scrollbar{
display: none;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}