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

@ -28,10 +28,11 @@ header {
max-width: 562px;
height: max-content;
transition: background .2s;
border: 1px solid rgb(60, 60, 90);
img {
order: -1;
max-width: calc(100% + 40px);
border-radius: 5px;
border-radius: 5px 5px 0px 0px;
margin: -20px -20px 20px -20px;
background: rgb(80, 80, 120);
object-fit: cover;