0043
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black">
|
||||
{% for item in site.data.footerNavbar %}
|
||||
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a> |
|
||||
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
@@ -1,6 +1,7 @@
|
||||
body {
|
||||
background-color: #121212;
|
||||
color: #FFFFFF;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.current {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
body {
|
||||
background-color: #121212;
|
||||
color: white;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.current {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
body {
|
||||
background-color: #121212;
|
||||
color: white;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.current {
|
||||
|
||||
Reference in New Issue
Block a user