details section card style

This commit is contained in:
Benjamin Wiegand
2026-04-22 12:58:45 -07:00
parent b0646cce61
commit 42387cb8fe
+6
View File
@@ -176,6 +176,12 @@ h3 {
font-size: x-large;
}
details {
border-radius: 12px;
padding: 12px;
background-color: #272727;
}
.filler-div {
min-height: 90vh;
}