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;
border-radius: 5px;
transition: 100ms;
&:hover {
color: var(--links);
justify-content: right;
background-color: var(--secondary-color);
}
}
.home-title {

View File

@ -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">