aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-10-07 16:46:12 -0500
committerJesús <heckyel@hyperbola.info>2020-10-07 16:46:12 -0500
commitbb90c74c0fd66ae02fb1e1f30f015df6c4057afc (patch)
tree30d5dc4c562a89c66fe5c85e818c7e37c80fd6a3
parent2fbc11eaf9ecd2f6517da6cdd5da5b2b7658186f (diff)
downloadweb-base-bb90c74c0fd66ae02fb1e1f30f015df6c4057afc.tar.lz
web-base-bb90c74c0fd66ae02fb1e1f30f015df6c4057afc.tar.xz
web-base-bb90c74c0fd66ae02fb1e1f30f015df6c4057afc.zip
remove decoration list
-rw-r--r--grid.css5
-rw-r--r--index.html2
2 files changed, 6 insertions, 1 deletions
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 @@
</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>