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

Alexander Bilz
21.02.2021 b0a515f343fd03e575c8de48dc7e14823d344c17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@mixin content_dark {
    .page-top {
        background-color: $bg-color-dark;
        border-bottom: 1px solid $border-color-dark;
    }
 
    .page-top .nav a {
        color: $nav-text-dark;
    }
 
    .page-top .nav a.current {
        color: $nav-text-dark;
        border-bottom: 1px solid $nav-text-dark;
    }
}