mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-10 06:06:47 -04:00
19 lines
241 B
CSS
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;
|
|
}
|