Files
cheesy-arena-lite/static/css/cheesy-arena.css
2014-06-28 22:03:30 -07:00

19 lines
241 B
CSS

.red-text {
color: #f00;
}
.blue-text {
color: #00f;
}
.well-red {
background-color: #f2dede;
}
.well-darkred {
background-color: #ebcccc;
}
.well-blue {
background-color: #d9edf7;
}
.well-darkblue {
background-color: #c4e3f3;
}