fp/apps/aquatic/crates/udp/templates/statistics.css
CJ_Clippy 694dc89f03 git subrepo clone https://github.com/greatest-ape/aquatic ./apps/aquatic
subrepo:
  subdir:   "apps/aquatic"
  merged:   "34b45e92"
upstream:
  origin:   "https://github.com/greatest-ape/aquatic"
  branch:   "master"
  commit:   "34b45e92"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2025-02-21 19:47:41 -08:00

22 lines
272 B
CSS

body {
font-family: arial, sans-serif;
font-size: 16px;
}
table {
border-collapse: collapse
}
caption {
caption-side: bottom;
padding-top: 0.5rem;
}
th, td {
padding: 0.5rem 2rem;
border: 1px solid #ccc;
}
th {
background-color: #eee;
}