mitre-cyber-academy/ctf-scoreboard

View on GitHub
app/assets/stylesheets/team.css.scss

Summary

Maintainability
Test Coverage
// Place all the styles related to the team controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

// Make FontAwesome black by default on the user table
table#usertable i.fa {
    color: black;
}