wolegca.github.io/css/highlight.css
2022-09-25 17:16:12 +08:00

50 lines
732 B
CSS

.css-keyword{
color:#ff7800!important
}
.css-value{
color:#090!important
}
pre {
background-color: #252525;
color:whitesmoke;
padding: 5px 15px;
font-size: medium;
border-radius: 5px;
}
code {
font-family: 'Menlo', 'Monaco', 'Consolas';
padding-right: 15px;
}
code li {
padding-left: 15px;
padding-right: 15px;
border-left: 1px solid grey;
line-height: 1.5em;
}
b.name {
color: orange;
font-size: larger;
}
ol {
overflow: auto;
}
ol::-webkit-scrollbar {
height: 17px;
background-color: transparent;
}
ol::-webkit-scrollbar-thumb {
height: 13px;
background-color: rgba(0,0,0,.3);
border-radius: 5px;
}
ol::-webkit-scrollbar-thumb:hover {
background-color: rgba(0,0,0,.5);
}
code ol {
margin-bottom: 0px;
}