Fix font weight for checkbox elements

This commit is contained in:
Alex Cabal 2024-08-29 15:24:14 -05:00
parent 6da499cb7c
commit 6e4ac8a9d8

View file

@ -2514,6 +2514,10 @@ label.checkbox span > span{
margin-top: .25rem;
}
label.checkbox span{
font-weight: normal;
}
article.step-by-step-guide ol ol{
margin-left: 1.2rem;
list-style: decimal;