7 lines
94 B
CSS
7 lines
94 B
CSS
|
body {
|
||
|
color: white
|
||
|
}
|
||
|
|
||
|
[class^="ph-"], [class*=" ph-"] ::before {
|
||
|
font-size: 0.8rem;
|
||
|
}
|