13 lines
144 B
CSS
13 lines
144 B
CSS
.adding-text{
|
|
color: black;
|
|
}
|
|
.comitting-text
|
|
{
|
|
color: orange;
|
|
}
|
|
.deprecated-text {
|
|
color: red;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
|