UNPKG

@sdoc/theme-default

Version:

Default theme for san-docit.

26 lines (24 loc) 447 B
html { font-family: @font-family; font-size: 16px; } body{ margin: 0; } a { color: @primary-color; background-color: transparent; text-decoration: none; outline: none; cursor: pointer; -webkit-text-decoration-skip: objects; } :not(pre) > code[class*='language-'], pre[class*='language-'] { background: #fff; font-size: 16px; } code[class*='language-'], pre[class*='language-'] { font-size: 16px; }