_sass/markdown.sass (33 lines of code) (raw):

/** * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ //TABLES table display: block overflow: auto width: 100% border-collapse: collapse border-spacing: 0 margin-bottom: 16px margin-top: 0 overflow-x: auto table th font-weight: 600 table td, table th border: 1px solid darken(#dfe2e5, 5%) padding: 6px 13px vertical-align: top table tr background-color: #fff border-top: 1px solid #c6cbd1 table tr th background-color: darken(#f6f8fa, 5%) table tr:nth-child(2n) background-color: lighten(#f6f8fa, 1%) // -- BLOCKQUOTES blockquote border-radius: 10px background-color: rgba(255,229,100,0.3) border-left-color: #ffe564 border-left-width: 9px border-left-style: solid padding: 10px 30px 10px 21px margin-bottom: 30px margin-top: 20px margin-left: -21px margin-right: -30px