wolegca.github.io/css/highlight.css
2022-09-25 00:33:28 +08:00

32 lines
426 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;
}