mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
commit
e74eaee40e
2 changed files with 1 additions and 7 deletions
|
@ -60,11 +60,6 @@ header {
|
|||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
transition: 100ms;
|
||||
&:hover {
|
||||
color: var(--links);
|
||||
justify-content: right;
|
||||
background-color: var(--secondary-color);
|
||||
}
|
||||
}
|
||||
|
||||
.home-title {
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
<div class="nav-navs">
|
||||
<div>
|
||||
{% for menu in config.extra.menu %}
|
||||
<a class="nav-links" href={{ menu.url }}>
|
||||
{{ menu.name }}</a>
|
||||
<a class="nav-links" href={{ menu.url }}>{{ menu.name }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<label class="theme-switcher" for="themeswitch">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue