From 918f303901dc3bffa1f95d3ef37b46faf9f80390 Mon Sep 17 00:00:00 2001
From: fmk17 <fmk17@inf.ufpr.br>
Date: Wed, 23 Nov 2022 21:48:40 -0300
Subject: [PATCH] Remove linhas das tabelas

---
 html/assets/css/style.css | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/html/assets/css/style.css b/html/assets/css/style.css
index 0d4623e..8b90df3 100644
--- a/html/assets/css/style.css
+++ b/html/assets/css/style.css
@@ -42,7 +42,5 @@
 
 .grade {
   grid-template-columns: 9rem 1fr 1fr 1fr 1fr;
-  grid-template-rows: repeat(auto-fit, 25px);
-  background:
-    repeating-linear-gradient(to bottom,transparent 0 25px,#000 0 26px);
+  grid-template-rows: repeat(auto-fit, 30px);
 }
-- 
GitLab