feat: adding initial helm charts and website structure

This commit is contained in:
Lucas Oskorep
2024-03-12 01:04:30 -04:00
parent 53a18556cc
commit 87a359fdb4
7 changed files with 134 additions and 78 deletions
+4 -4
View File
@@ -48,7 +48,7 @@ body {
}
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "JetBrains Mono", monospace;
font-size: 16px;
line-height: 1.5;
}
@@ -59,8 +59,8 @@ html {
}
body {
color: #515151;
background-color: #fff;
color: #d7d7d7;
/*background-color: #fff;*/
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
@@ -416,7 +416,7 @@ tbody tr:nth-child(odd) th {
overflow: hidden; /* clearfix */
margin-left: -1rem;
margin-right: -1rem;
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-family: "JetBrains Mono", monospace;
color: #ccc;
text-align: center;
}