added git.vrifox.cc to menu; changed :hover styles of links on »home« and the footer
This commit is contained in:
parent
e729d96059
commit
bfa8a24e8d
5 changed files with 24 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -29,6 +29,10 @@ footer {
|
|||
}
|
||||
a {
|
||||
color: rgb(200, 200, 230);
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue