Browse Source

fix(design): Fix code css definition (#32589)

Alberto Leal 3 years ago
parent
commit
3321c9360a
1 changed files with 0 additions and 7 deletions
  1. 0 7
      static/app/styles/global.tsx

+ 0 - 7
static/app/styles/global.tsx

@@ -35,16 +35,9 @@ const styles = (theme: Theme, isDark: boolean) => css`
   pre,
   code {
     background-color: ${theme.backgroundSecondary};
-  }
-
-  pre {
     color: ${theme.textColor};
   }
 
-  code {
-    background-color: transparent;
-  }
-
   /**
    * See https://web.dev/prefers-reduced-motion/
    */