12 lines
91 B
CSS
12 lines
91 B
CSS
p.warning {
|
|
color : red;
|
|
}
|
|
|
|
p.query {
|
|
color : green;
|
|
}
|
|
|
|
p.insensitive {
|
|
color : gray;
|
|
}
|