/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jan 2, 2025, 7:43:27 AM
    Author     : ARISTO BHARATA
*/

.navbar-toggler-icon {
    filter: invert(100%);
}

article .keyword a{
    font-weight: 300;
    color: #FFFFFF;
}

article .keyword a:hover{
    font-weight: 300;
    color: #cccccc;
}

article a{
    font-weight: 300;
    color: #0067d6;
}
article a:hover{
    font-weight: 300;
    color: #000099;
}

.related-small-text{
    font-weight: 400;
    font-size: 12px;
}

.side-list-a h2 a{
    color: #000000;
}

.side-list-a h2 a:hover{
    color: #353535;
}

.related-small-text a, side-list-a a{
    color: #0067d6;
}

.related-small-text a:hover, side-list-a a:hover{
    color: #000099;
}