/* Estilos para el C# */
/* @import url('codeskill-common-styles.css'); */

.csharp-code-style .keyword-foreach, /* Clases */
.csharp-code-style .keyword-in {
    color: #8f08c4;
    font-weight: bold;
}

.csharp-code-style .keyword-var {
    color: #0000ff;
    font-weight: bold;
}