created conference page, added table styling to css

This commit is contained in:
simon
2026-04-28 12:46:17 +01:00
parent 6658b15f11
commit 245ccc825f
2 changed files with 177 additions and 0 deletions

View File

@ -571,3 +571,21 @@ footer {
background: black;
border-color: transparent;
}
table {
width: 100%;
border-collapse: collapse;
}
table td {
padding: var(--space-sm) var(--space-md);
border-bottom: 1px solid var(--cotech-dark-grey);
vertical-align: top;
color: var(--cotech-white);
}
table td:first-child {
white-space: nowrap;
color: var(--cotech-blue);
font-family: "open_sansbold", sans-serif;
}