diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 16c9405..8f9bed0 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -12,3 +12,6 @@ .wy-table-responsive table tr:first-child { background-color: red; } +.wy-table-responsive table tr:last-child { + background-color: green; +} \ No newline at end of file