lab updates

This commit is contained in:
Z. Cliffe Schreuders
2025-09-15 23:43:27 +01:00
parent 94d4f3b74a
commit 72fdaed37f
10 changed files with 196 additions and 808 deletions

View File

@@ -169,6 +169,20 @@ a:focus {
margin: 2rem 0;
}
.category-heading {
color: var(--fg-color);
border-bottom: 2px solid var(--primary-btnbg-color);
padding-bottom: 0.5rem;
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 1.5rem;
font-weight: 600;
}
.category-labs {
margin-bottom: 2rem;
}
.lab-item {
border: 1px solid var(--panelborder-color);
border-radius: 6px;