aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-23 10:59:31 -0700
committerjackyzha0 <[email protected]>2020-05-23 10:59:31 -0700
commitf4cb08e7a1eaebf3c60506e3a4941c903619c448 (patch)
treea29777c693a02ec0b0bd2713979272f3b155e67f /frontend/src/css
parentwip render dispatch (diff)
downloadctrl-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.css6
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;