mirror of
https://git.coop/cotech/website.git
synced 2026-05-05 21:56:29 +00:00
created conference page, added table styling to css
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user