8 lines
57 B
CSS
8 lines
57 B
CSS
|
p.warning {
|
||
|
color : red;
|
||
|
}
|
||
|
|
||
|
p.query {
|
||
|
color : green;
|
||
|
}
|