diff options
author | Jesús <heckyel@hyperbola.info> | 2020-10-07 16:46:12 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-10-07 16:46:12 -0500 |
commit | bb90c74c0fd66ae02fb1e1f30f015df6c4057afc (patch) | |
tree | 30d5dc4c562a89c66fe5c85e818c7e37c80fd6a3 /grid.css | |
parent | 2fbc11eaf9ecd2f6517da6cdd5da5b2b7658186f (diff) | |
download | web-base-bb90c74c0fd66ae02fb1e1f30f015df6c4057afc.tar.lz web-base-bb90c74c0fd66ae02fb1e1f30f015df6c4057afc.tar.xz web-base-bb90c74c0fd66ae02fb1e1f30f015df6c4057afc.zip |
remove decoration list
Diffstat (limited to 'grid.css')
-rw-r--r-- | grid.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |