9 lines
96 B
CSS
9 lines
96 B
CSS
.black {
|
|
background: #000000;
|
|
}
|
|
|
|
.errorbox {
|
|
background: #dd0000;
|
|
color: #ffffff;
|
|
}
|