From 30a5f31b3e1c1cd921deb214ca8ad077f4b17dcd Mon Sep 17 00:00:00 2001 From: gennyble Date: Fri, 4 Apr 2025 03:37:57 -0500 Subject: make stats prettier --- corgi_stats/src/style.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 corgi_stats/src/style.css (limited to 'corgi_stats/src/style.css') diff --git a/corgi_stats/src/style.css b/corgi_stats/src/style.css new file mode 100644 index 0000000..5b3995d --- /dev/null +++ b/corgi_stats/src/style.css @@ -0,0 +1,37 @@ +h1 { + font-family: sans-serif; +} + +table { + border-collapse: collapse; + border: 2px solid gray; + margin: 1rem 0px; +} + +tr { + background-color: white; +} + +tbody>tr:nth-of-type(odd) { + background-color: cornsilk; +} + +th, +td { + border: 1px solid darkslateblue; + padding: 2px 3px; +} + +thead th { + background-color: darksalmon; +} + +th { + text-align: left; + padding: 4px 6px; + white-space: nowrap; +} + +th.ttitle { + text-align: center; +} \ No newline at end of file -- cgit 1.4.1-3-g733a5