mirror of
https://github.com/ulaulaman/dropsea.git
synced 2025-02-23 11:37:40 +01:00
9 lines
156 B
CSS
9 lines
156 B
CSS
/* citazioni */
|
||
|
||
#cit::before { content: open-quote; }
|
||
#cit::after { content: close-quote; }
|
||
#cit {
|
||
quotes: "«" "»" "‘" "’";
|
||
font-style: italic;
|
||
}
|