update style
This commit is contained in:
parent
01f953f226
commit
824ad5b543
|
@ -13,14 +13,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.p-menu__lists::before {
|
/*ul.p-menu__lists::before {
|
||||||
content: ">";
|
content: "‣";
|
||||||
color: #d100b1;
|
color: #ED5276;
|
||||||
font-size: 20px;
|
font-size: 1.5rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: monospace, sans-serif;
|
font-family: monospace, sans-serif;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
.p-title__link {
|
.p-title__link {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
@ -444,14 +444,22 @@ img {
|
||||||
margin-top: 16px
|
margin-top: 16px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Menu styles*/
|
||||||
|
|
||||||
.p-menu {
|
.p-menu {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #000;
|
background: #000;
|
||||||
padding-top: 10px;
|
padding-top: 12px;
|
||||||
padding-bottom: 13px;
|
padding-bottom: 14px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 4rem;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-top: 3px solid #d100b1;
|
border-left: 2px solid #ED5276cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-menu:hover{
|
||||||
|
border-left: 4px solid #ED5276cc;
|
||||||
|
opacity: 0.65
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-menu__lists {
|
.p-menu__lists {
|
||||||
|
|
Loading…
Reference in New Issue