From fc8a23099d205cdfae44e6745a2d022284c2b60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 14 Jun 2021 18:39:03 -0500 Subject: Fix shared.css file style missing --- youtube/static/home.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'youtube/static/home.css') diff --git a/youtube/static/home.css b/youtube/static/home.css index 64180ea..6c782f5 100644 --- a/youtube/static/home.css +++ b/youtube/static/home.css @@ -1,9 +1,3 @@ -html { - font-family: "liberation serif", "times new roman", calibri, carlito, serif; - background: var(--background); - color: var(--text); -} - body { display: grid; grid-gap: 20px; -- cgit v1.2.3