/** REPOSITORY SKIN FILE */

a,.subtitle {color:#8e44ad;}
#advanced a { color: #ffffff; font-weight:bold; }
a:hover {color:#72368a;}
.content blockquote, .file-wrapper {border-color:#8e44ad;}
.hero.is-primary.is-bold {background: #8e44ad;}
.tabs li.is-active a, .tabs li.is-active a:hover {color:#8e44ad;}
.menu-list a:hover{background-color:#72368a;color:#72368a}.menu-list .is-selected{color:#8e44ad;}
.menu .menu-list a:not(.is-active){transition:all 300ms}.menu .menu-list a:not(.is-active):hover{background-color:#f7f2f7;}
.notification.is-primary { background: #8e44ad; }
.hero.is-primary .title, .hero.is-primary .subtitle, .hero .control { color: #fff; }
.button.is-medium { background: #8e44ad; color: #ffffff; }
.hero.is-light { background: #f7f2f7; color: #000000; }
.hero.is-light .title, .hero.is-light .subtitle { color: #000000; }
.search-button {background-color: #f7f2f7; color: #000000; }
.repotitle {display:none;}

p.menu-label {color: #707070;}

.pagination-link.is-current {background-color: #8e44ad;border-color: #8e44ad;color: #fff;}
.pagination-link:hover, .pagination-next:hover, .pagination-previous:hover {border-color: #72368a;}

.navbar.is-dark {
    background-color: #8e44ad;
    color: whitesmoke;
}

.navbar.is-dark .navbar-start > a.navbar-item:focus,
.navbar.is-dark .navbar-start > a.navbar-item:hover,
.navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #72368a;
    color: whitesmoke;
}

.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #72368a;
    color: whitesmoke;
}
.navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #72368a;
    color: whitesmoke;
}