wolegca.github.io/css/highlight.css

18 lines
227 B
CSS
Raw Normal View History

2019-09-15 14:27:21 +08:00
.css-keyword{
color:#ff7800!important
}
.css-value{
color:#090!important
2022-09-24 17:28:04 +08:00
}
pre {
background-color: #252525;
color:whitesmoke;
padding: 5px 15px;
font-size: medium;
}
code {
font-family: 'Menlo', 'Monaco', 'Consolas'
2019-09-15 14:27:21 +08:00
}