diff options
Diffstat (limited to 'code-box.css')
-rw-r--r-- | code-box.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/code-box.css b/code-box.css new file mode 100644 index 0000000..9c9e1fc --- /dev/null +++ b/code-box.css @@ -0,0 +1,25 @@ +/* file : code-box.css + * copyright : Copyright (c) 2014-2016 Code Synthesis Ltd + * license : MIT; see accompanying LICENSE file + */ + +code +{ + background-color: rgba(0, 0, 0, 0.05); + border-radius: 0.2em; + padding: .2em .32em .18em .32em; +} + +/* +code::before +{ + letter-spacing: -0.2em; + content: "\00a0"; +} + +code::after +{ + letter-spacing: -0.2em; + content: "\00a0"; +} +*/
\ No newline at end of file |