mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
21.21.2021 b99cf69567b8f32dc8431deed0bf75b240c3e3c4
1
2
3
4
5
6
7
8
9
10
11
@mixin pagination_dark {
    
    .pagination ul li a {
        color: $body-color-dark;
    }
    
}
 
html[data-theme='dark']  {
    @include pagination_dark();
}