9 lines
113 B
CSS
9 lines
113 B
CSS
h5 {
|
|
color: lightgrey;
|
|
}
|
|
|
|
table {
|
|
column-width: auto;
|
|
color: lightgray;
|
|
width: max-content;
|
|
}
|