Aggiunte classi dialoghi nel css
This commit is contained in:
parent
07f19c99cd
commit
bc6faba0db
|
@ -547,3 +547,20 @@ li::marker {
|
||||||
border-color: rgba(0,0,0,.125)! important;
|
border-color: rgba(0,0,0,.125)! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Dialoghi */
|
||||||
|
|
||||||
|
.diaDiretto {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #ce4f46;
|
||||||
|
}
|
||||||
|
|
||||||
|
.diaPensato {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #ce9346;
|
||||||
|
}
|
||||||
|
|
||||||
|
.diaSpeakable {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #c5ce46;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue