button, summary:is(.np,.b) { | |
text-align: center; | |
color: #fff; | |
padding: 5px 12px; | |
background-color: #5561aa; | |
border: 0; | |
border-radius: 1rem; | |
z-index: 2; | |
} | |
.chg, .del { | |
background: #ff6fb3; | |
} | |
.tabs>* { | |
border: none !important; | |
border-bottom: 0; | |
border-radius: .5rem .5rem 0 0; | |
margin: 0; | |
} | |
h1, h2, h3, h4, h5, h6{ | |
color: #5561aa; | |
} | |
code{ | |
color: #4d75c4; | |
} |
