uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/python-syntax-error/css/python-syntax-error.scss

Summary

Maintainability
Test Coverage
.text {
    font-size: 1.5rem;
    font-family: 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback';
    text-align: start;
}

.error {
    color: #ff0000;
}

.highlight {
    background-color: #ff7777;
}