website-name less distractive; added border to articles

This commit is contained in:
Vrifox 2020-09-27 22:28:13 +02:00
parent bfb8c020f8
commit 133a7eca33
9 changed files with 31 additions and 22 deletions

View file

@ -22,9 +22,9 @@ body {
a {
color: rgb(255, 130, 130);
text-decoration: none;
}
a:hover {
text-decoration: underline;
&:hover {
text-decoration: underline;
}
}
.container {

View file

@ -9,10 +9,12 @@ nav {
a {
color: rgb(245, 245, 245);
text-decoration: none;
background: rgb(255, 130, 130);
padding: 5px 10px;
border-radius: 20px;
text-shadow: rgb(255, 100, 100) 2px 2px;
padding: 20px 30px;
display: block;
transition: background .2s;
}
a:hover {
background: rgb(50, 50, 75);
}
}
.website-nav {