Add menu.
This commit is contained in:
@ -106,3 +106,25 @@ blockquote {
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.menu {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
.menu__list {
|
||||
border: none;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.menu__item:hover {
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
.menu__text {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.menu__item--active {
|
||||
color: black;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user