blob: cadbddbbed057e5eddc0ac022ac3e01a55559b94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* file : code-box.css
* license : MIT; see accompanying LICENSE file
*/
/* Note: see also p-code-box.css if changing anything here. */
code
{
background-color: rgba(0, 0, 0, 0.05);
border-radius: 0.2em;
padding: .2em .32em .18em .32em;
}
|