added tags

This commit is contained in:
Vri 🌈 2020-09-17 21:51:17 +02:00
parent f6e41dfb1f
commit 4040fc3aa8
38 changed files with 976 additions and 457 deletions

View file

@ -29,6 +29,27 @@
color: rgb(255, 240, 240);
text-decoration: none;
}
aside {
margin-top: 80px;
.tags {
display: flex;
list-style: none;
margin-left: -10px;
padding: 0;
li {
background: rgb(60, 60, 90);
padding: 5px 10px;
border-radius: 5px;
margin-left: 10px;
a {
color: rgb(180, 180, 220);
}
a:hover {
background: rgb(70, 70, 105);
}
}
}
}
}
}