mirror of
https://github.com/agdamsbo/agdamsbo.github.io.git
synced 2024-11-24 21:11:54 +01:00
22 lines
213 B
CSS
22 lines
213 B
CSS
.hljs-literal {
|
|
color: #990073;
|
|
}
|
|
|
|
.hljs-number {
|
|
color: #099;
|
|
}
|
|
|
|
.hljs-comment {
|
|
color: #998;
|
|
font-style: italic;
|
|
}
|
|
|
|
.hljs-keyword {
|
|
color: #900;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hljs-string {
|
|
color: #d14;
|
|
}
|