add more projects and change default colors

This commit is contained in:
2026-01-31 21:40:57 -06:00
parent bdcc5d0dc8
commit d99dc901ac
3 changed files with 62 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
:root {
--color-background: #0f0f0f;
--color-foreground: #dd0000;
--color-background: #010101;
--color-foreground: #4d6e8d;
--frame-spacing: 15px;
--frame-border-radius: 10px;
@@ -27,6 +27,9 @@ html {
}
@media (max-width: 900px) {
#main {
width: 90vw !important;
}
#page-heading {
font-size: 20pt;
}
@@ -58,6 +61,7 @@ html {
padding: 20px;
max-height: 30px;
display: flex;
font-size: 10pt;
}
#tui-status-bar p {
margin-left: 10px;
@@ -110,7 +114,7 @@ html {
}
.tui-frame-content h2::before {
content: '// ';
content: '//';
}
.tui-frame-content li {