
body,div,p,span,h1,h2,h3,h4 , pre{
  font-family:  "PTMONO"   !important ;
}

html .cm-variable{ font-family:  "PTMONO"   !important ;}

html .cm-s-qbjs .CodeMirror-gutters {
  background: rgb(76, 14, 0);
 
}

html .cm-s-qbjs.CodeMirror {
  background: rgb(77, 32, 0); 
  font-family:  "PTMONO";
}

html dialog { 
  filter: invert(1) hue-rotate(180deg);
  border: none;
  box-shadow: 5px 5px 10px #df690070;
}


html .cm-s-qbjs .CodeMirror-activeline-background {
  background: rgb(130, 37, 0); font-family:  "PTMONO";
}


html body {
  background-color: rgb(58, 19, 0) !important; 
}


body { 
   
  background-color: rgb(0, 0, 39)  !important ;
    font-family:  "PTMONO"; 
    color: #999;
    overflow: hidden;
}


html #gx-container { 
  background-color: #1d0901; 
}