/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 4, 2018, 5:01:21 AM
    Author     : zettelkasten
*/

.page-link {
    color: #000000;
}
.page-item.disabled .page-link {
    color: #BBBBBB;
}
/*.page-link:focus, .page-link:hover {
    color: #000000;
}*/
.page-item.active .page-link {

    z-index: 1;

    color: #fff;

    background-color: #222222;

    border-color: #000000;

}
/*ul.nav li a, ul.nav li a:visited {
    color: #000000 !important;
}

ul.nav li a:hover, ul.nav li a:active {
    color: #000000 !important;
}

ul.nav li.active a {
    color: #000000 !important;
}*/

a { color: black; }
