_code.import.less
1 // ========================================================================== 2 // Base – Code 3 // ========================================================================== 4 code, kbd, pre, samp { 5 word-wrap: break-word; 6 font-family: @default-code-font-family; 7 .font-size(13); 8 line-height: normal; 9 font-weight: normal; 10 background-color: #f1f1f1; 11 padding: 10px; 12 } 13 code { 14 color: #111; 15 }