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

    }
    .codeeditor{
        margin-bottom: 12px;
    }
}