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 | |
parent | 2fbc11eaf9ecd2f6517da6cdd5da5b2b7658186f (diff) | |
download | web-base-bb90c74c0fd66ae02fb1e1f30f015df6c4057afc.tar.lz web-base-bb90c74c0fd66ae02fb1e1f30f015df6c4057afc.tar.xz web-base-bb90c74c0fd66ae02fb1e1f30f015df6c4057afc.zip |
remove decoration list
-rw-r--r-- | grid.css | 5 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 6 insertions, 1 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; @@ -19,7 +19,7 @@ </a> <div id="navMenu" class="navbar-menu"> - <ul class="navbar-end"> + <ul class="list-item"> <li><a href="#" class="navbar-item is-active">Home</a></li> <li><a href="#" class="navbar-item">Service</a></li> <li><a href="#" class="navbar-item">About us</a></li> |