added git.vrifox.cc to menu; changed :hover styles of links on »home« and the footer

This commit is contained in:
Vrifox 2020-09-30 20:05:47 +02:00
parent e729d96059
commit bfa8a24e8d
5 changed files with 24 additions and 2 deletions

View file

@ -9,6 +9,13 @@ header {
}
}
h1 {
a:hover {
text-decoration: none;
border-bottom: 2px solid;
}
}
.section-articles {
display: grid;
grid-template-columns: repeat(2, 1fr);

View file

@ -29,6 +29,10 @@ footer {
}
a {
color: rgb(200, 200, 230);
&:hover {
text-decoration: none;
border-bottom: 2px solid;
}
}
}
}