You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readarr/UI/Content/menu.less

29 lines
324 B

@import "prefixer";
#main-menu-region {
i:before {
font-size : 35px;
}
i {
width : 40px;
}
}
#in-sub-nav li a {
color : #b9b9b9;
}
#in-sub-nav li a:focus {
text-decoration: none;
}
#in-sub-nav {
margin-bottom : 80px;
}
.backdrop #in-sub-nav {
background-color : #000000;
.opacity(0.85);
}