Bulk groups & people changes

This commit is contained in:
Norm Rasmussen
2023-02-22 17:11:14 -05:00
parent 040991ecee
commit d48e982a3f
8 changed files with 370 additions and 71 deletions

View File

@ -58,7 +58,7 @@ select {
--webkit-box-sizing: border-box;
box-sizing: border-box;
}
/*
.dataframe {
font-size: 11pt;
border-collapse: collapse;
@ -72,13 +72,12 @@ select {
}
.dataframe tr:nth-child(even) {
background: #193D4F;
background: #CCE8EE;
}
.dataframe tr:hover {
background: #096F8E;
cursor: pointer;
}*/
background: #CCD4D8;
}
h1 {
font-size: 4rem;