6 lines
90 B
CSS
6 lines
90 B
CSS
|
.emphasized,
|
||
|
li::marker {
|
||
|
font-weight: var(--fw-700);
|
||
|
color: var(--brandy-red);
|
||
|
}
|