added tags
This commit is contained in:
parent
f6e41dfb1f
commit
4040fc3aa8
38 changed files with 976 additions and 457 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue