Skip to content

Commit af6efcb

Browse files
committed
Make inline code more distinctive
1 parent 8095948 commit af6efcb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/cbmc_style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
code {
2+
color: red;
3+
background-color: WhiteSmoke;
4+
border-style: solid;
5+
border-width: 1px;
6+
border-color: LightGrey;
7+
padding-top: 1px;
8+
padding-bottom: 1px;
9+
padding-left: 4px;
10+
padding-right: 4px;
11+
}

0 commit comments

Comments
 (0)