mirror of
https://github.com/agdamsbo/agdamsbo.github.io.git
synced 2024-11-24 13:01:55 +01:00
20 lines
222 B
CSS
20 lines
222 B
CSS
.hljs-literal {
|
|
color: rgb(88, 72, 246);
|
|
}
|
|
|
|
.hljs-number {
|
|
color: rgb(0, 0, 205);
|
|
}
|
|
|
|
.hljs-comment {
|
|
color: rgb(76, 136, 107);
|
|
}
|
|
|
|
.hljs-keyword {
|
|
color: rgb(0, 0, 255);
|
|
}
|
|
|
|
.hljs-string {
|
|
color: rgb(3, 106, 7);
|
|
}
|