Skip to main content

HTML_LINE_NUMBER_STYLE

Constant HTML_LINE_NUMBER_STYLE 

Source
pub const HTML_LINE_NUMBER_STYLE: &str = "    .line-number {
      user-select: none;
      text-align: right;
      color: rgba(27,31,35,.3);
      padding: 0 10px;
    }
    .line {
      white-space: pre;
    }";