This commit is contained in:
2025-05-15 11:49:42 -05:00
parent ea58cf1615
commit 062b38514b
39 changed files with 3150 additions and 1104 deletions

View File

@@ -20,10 +20,10 @@
--box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.2);
--border-radius: 4px;
--primary: #0d6efd;
--contrast-100: #202020;
--contrast-80: #606060;
--contrast-60: #909090;
--contrast-20: #d6d6d6;
--contrast-10: #f6f6f6;
--contrast-0: #fefefe;
}
@@ -31,7 +31,11 @@
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background-color: var(--contrast-10)
background-color: #333;
}
.content {
background-color: var(--contrast-10);
padding-bottom: 36px;
}
</style>
</head>