aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/contentview.less
blob: becac9a21c7b7777538062a37ed1a6ea50c5bcdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.contentview {
     .header {
        font-weight: bold;
     }
    .highlight{
        font-weight: bold;
    }
    .offset{
        color: blue
    }
    .text{

    }
}