From bb90c74c0fd66ae02fb1e1f30f015df6c4057afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 7 Oct 2020 16:46:12 -0500 Subject: remove decoration list --- grid.css | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/grid.css b/grid.css index b59a482..5f4b7f2 100644 --- a/grid.css +++ b/grid.css @@ -60,6 +60,11 @@ body { list-style: none; } +ul.list-item > li > a { + color: var(--text); + text-decoration: none; +} + label[for="navbar-toggle-cbox"] { cursor: pointer; diff --git a/index.html b/index.html index c912ed7..adcf55e 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@