diff options
| author | jackyzha0 <[email protected]> | 2020-09-04 11:31:47 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-09-04 11:31:47 -0700 |
| commit | 006b0208e1d0cfcaddf2842e38a3d7fd2374f136 (patch) | |
| tree | f0e277d990ce451cc437c4a2cbec741f90d4a4eb /frontend/src/css/index.css | |
| parent | add md class to preview renderer (diff) | |
| download | ctrl-v-006b0208e1d0cfcaddf2842e38a3d7fd2374f136.tar.xz ctrl-v-006b0208e1d0cfcaddf2842e38a3d7fd2374f136.zip | |
add code highlighting to md
Diffstat (limited to 'frontend/src/css/index.css')
| -rw-r--r-- | frontend/src/css/index.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index a6e8e9c..fcda1a3 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -167,7 +167,6 @@ button[type=button] { .md code { background: #00000008; font-size: 0.8em; - padding: 0.2em 0.5em; } .md pre { |