gitnet-assets/theme.css

54 lines
1.1 KiB
CSS

.full > .ui.top.menu {
color: #fff;
background: #2a2a2e;
}
.full > .ui.top.menu i, .full > .ui.top.menu.sr-mobile-only, .full > .ui.top.menu .mobile-only {
color: #fff;
}
.full > .ui.top.menu .dropdown .item i {
color: #333;
}
.full > .ui.top.menu.main a {
color: #fff;
}
.ui.top.new-menu a.item.active, .ui.top.new-menu a.item:hover {
color: #333 !important;
background: none;
}
.ui.top.tabular a.item.active, .ui.top.tabular a.item:hover {
color: #333 !important;
background: none;
}
.full > .ui.top.menu.main #navbar > a.item.active, .full > .ui.top.menu.main #navbar > a.item:hover {
color: #fff !important;
background: #505058;
}
.full > .ui.top.menu.main a.item.active, .full > .ui.top.menu.main a.item:hover {
color: #333 !important;
background: #505058;
}
@media screen and (max-width: 767px) {
.header-wrapper .tabs .item.active {
border-bottom: 1px solid #D4D4D5;
border-radius: .28571429rem !important;
}
.gitnet-activity-iframe {
display: none;
}
}
.gitnet-activity-iframe {
border: 0;
width: 100%;
height: 110px;
}