Add menu.
This commit is contained in:
parent
2ed4a722c2
commit
55a50c575b
5 changed files with 37 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue