diff --git a/public/css/index.css b/public/css/index.css index 2174a71..5d93a47 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -427,4 +427,24 @@ hgroup h1 { hgroup h1 img { image-rendering: pixelated; filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.4)); +} + +table { + border-collapse: separate; + width:100%; + border:0; + border-spacing: 3px; +} + +table.centered th, table.centered td { + text-align: center; +} + +tr, th, td { + border:0; +} + +th, td { + background-color: rgba(0,0,0,0.05); + padding:.33rem .66rem; } \ No newline at end of file