aboutsummaryrefslogtreecommitdiff
path: root/docs/_book/gitbook/gitbook-plugin-emphasize/plugin.css
blob: 308d0cb3ea0b6664f0226d7f916d0a4758b4b397 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.pg-emphasize {
    border-radius: 2px;
    background: #FFFF88;
    padding:1px;
}

.pg-emphasize.pg-emphasize-red {
    background: #ffecec;
}

.pg-emphasize.pg-emphasize-green {
    background: #eaffea;
}