CSS documentation

Have a look at Can I change the background color for the “quote”, ”note”, “important” etc blocks? Instead of background-color, use e.g.:

.admonitionblock.important .text-lg {
  font-size: 32px;
}
4 Likes