diff options
| author | Jacky Zhao <[email protected]> | 2020-09-04 12:29:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-04 12:29:27 -0700 |
| commit | 8a813d9e817035d52a782edca8efb45ad8a6ca75 (patch) | |
| tree | fbe132b266090d34e24abc025529901c8c8283b8 /frontend/src/css | |
| parent | Merge pull request #56 from jackyzha0/patch (diff) | |
| parent | add null coalescing op (diff) | |
| download | ctrl-v-8a813d9e817035d52a782edca8efb45ad8a6ca75.tar.xz ctrl-v-8a813d9e817035d52a782edca8efb45ad8a6ca75.zip | |
Merge pull request #58 from jackyzha0/patch
Diffstat (limited to 'frontend/src/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 { |