mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-11 08:43:39 +00:00
12 lines
127 B
CSS
12 lines
127 B
CSS
table,
|
|
th,
|
|
td {
|
|
border: 1px solid darkgray;
|
|
border-collapse: collapse;
|
|
color: gainsboro;
|
|
}
|
|
|
|
td {
|
|
text-align: center;
|
|
}
|