/** REPOSITORY SKIN FILE */

a,.subtitle {color:#68246D;}
a:hover {color:#333132;}
.content blockquote, .file-wrapper {border-color:#68246D;}
.hero.is-primary.is-bold {background: #68246D;}
.tabs li.is-active a, .tabs li.is-active a:hover {color:#68246D;}
.menu-list a:hover{background-color:#f9f5fb;color:#68246D}.menu-list .is-selected{color:#68246D;}
.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: #68246D; }
.hero.is-primary .title, .hero.is-primary .subtitle, .hero .control { color: #fff; }
.button.is-medium { background: #68246D; color: #ffffff; }
.hero.is-light { background: #f7f2f7; color: #000000; }
.hero.is-light .title, .hero.is-light .subtitle { color: #000000; }
#advanced a { color: #ffffff; font-weight:bold; }
.search-button {background-color: #f7f2f7; color: #000000; }
.repotitle {display:none;}

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

.pagination-link.is-current {background-color: #68246D;border-color: #68246D;color: #fff;}
.pagination-link:hover, .pagination-next:hover, .pagination-previous:hover {border-color: #68246D;}

.hero.is-primary .title, .hero.is-primary .subtitle, .hero.is-light .title, .hero.is-light .subtitle { color: #68246D; }
#advanced a { color: #FFF; font-weight:bold; }

.navbar.is-dark {
    background-color: #333132;
    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,
.navbar-item.has-dropdown:hover .navbar-link {
  background-color: #68246D;
  color: whitesmoke;
}

.message.is-info .message-body {
    border-color: #68246D;
    color: #68246D;
}

.button.is-link { background-color: #68246D; }