You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
356 B

.emphasize {
color: orange;
font-weight:bold;
}
.danger{
color: #ff1111;
font-weight:bold;
}
.callout[data-callout="solution"] {
--callout-color: 181,230,29;
--callout-icon: lucide-calculator;
}
.title{
font-weight: bold;
text-align: center;
}
.Title{
font-weight: bold;
text-align: center;
font-size:24px;
}