12 lines
127 B
CSS
12 lines
127 B
CSS
|
.highlight {
|
||
|
color: #e83e3e !important;
|
||
|
}
|
||
|
|
||
|
.curly {
|
||
|
color: #ef7373 !important;
|
||
|
}
|
||
|
|
||
|
.square {
|
||
|
color: #ffb0b0 !important;
|
||
|
}
|