Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 669 Bytes

CSS.md

File metadata and controls

32 lines (27 loc) · 669 Bytes
<style>
    h2 {
        border-bottom: 1px solid #eaecef !important;
        padding-bottom: .2em;
    }

    .gh-text h2 {
        border-bottom: 1px solid rgb(0,0,0,0.0) !important;
    }

    :not(.procode-wrap)>code {
        background: linear-gradient(90deg,rgb(223, 233, 218) 0%, rgb(223, 233, 218) 100%);
        padding: 2px 6px;
        margin: 0 2.5px;
        border-radius: 5px;
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
        color: black !important;
    }

    .blockMK {
        box-shadow: inset 0 -6px 0 #ffee58;
        text-decoration: none;
    }

    .redTxt {
        color: #f15f5f;
    }
</style>

<!-- 사이트맵 -->