Squashed 'ai-context/trustgraph-templates/' content from commit 338a8ffa

git-subtree-dir: ai-context/trustgraph-templates
git-subtree-split: 338a8ffadb1439013071ae922e55ed2421f17025
This commit is contained in:
elpresidank 2026-04-05 21:08:57 -05:00
commit ad40332d56
54 changed files with 10078 additions and 0 deletions

18
src/index.css Normal file
View file

@ -0,0 +1,18 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body, #root {
width: 100%;
height: 100%;
background: #0A0A0F;
}
body {
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}