topic category

This commit is contained in:
DerTyp187
2021-11-21 16:05:41 +01:00
parent 68b49fe878
commit 0497d65eef
5 changed files with 89 additions and 74 deletions

View File

@@ -17,4 +17,19 @@
.nav-link:hover{
color:rgb(21, 200, 132) !important;
}
.list-group-item{
background-color: rgb(32, 102, 99);
color: white;
font-size: 13pt;
transition: 0.1s;
transition-timing-function: linear;
letter-spacing: 1px;
}
.list-group-item:hover{
color: white;
letter-spacing: 5px;
background-color: rgb(36, 126, 121);
}