diff options
| author | jackyzha0 <[email protected]> | 2020-05-23 10:59:31 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-23 10:59:31 -0700 |
| commit | f4cb08e7a1eaebf3c60506e3a4941c903619c448 (patch) | |
| tree | a29777c693a02ec0b0bd2713979272f3b155e67f /frontend/src/css | |
| parent | wip render dispatch (diff) | |
| download | ctrl-v-f4cb08e7a1eaebf3c60506e3a4941c903619c448.tar.xz ctrl-v-f4cb08e7a1eaebf3c60506e3a4941c903619c448.zip | |
fix more styling problems
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/index.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index 9aa48e1..60b0ca8 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -25,12 +25,6 @@ textarea, input[type=text], input[type=password], .Dropdown-root { margin: 1.7em 0; } -.codeBlock code:first-child { - margin-right: 10px; - border-radius: 0; - border-right: 1px solid #11111155; -} - code, pre { background: #00000000; font-family: 'Roboto Mono', monospace; |