/* file : code-box.css * copyright : Copyright (c) 2014-2017 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"; } */