Merge pull request #8 from welpo/fix/hover-colors

Fix/hover colors
This commit is contained in:
Óscar 2023-02-03 13:47:37 +01:00 committed by GitHub
commit e74eaee40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -60,11 +60,6 @@ header {
padding: 5px; padding: 5px;
border-radius: 5px; border-radius: 5px;
transition: 100ms; transition: 100ms;
&:hover {
color: var(--links);
justify-content: right;
background-color: var(--secondary-color);
}
} }
.home-title { .home-title {

View File

@ -8,8 +8,7 @@
<div class="nav-navs"> <div class="nav-navs">
<div> <div>
{% for menu in config.extra.menu %} {% for menu in config.extra.menu %}
<a class="nav-links" href={{ menu.url }}> <a class="nav-links" href={{ menu.url }}>{{ menu.name }}</a>
{{ menu.name }}</a>
{% endfor %} {% endfor %}
</div> </div>
<label class="theme-switcher" for="themeswitch"> <label class="theme-switcher" for="themeswitch">