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.
01/docs/style.css

33 lines
348 B

/* .rounded-lg {
border-radius: 0;
} */
/*
.rounded-sm, .rounded-md, .rounded-lg, .rounded-xl, .rounded-2xl, .rounded-3xl {
border-radius: 0.125rem;
}
.rounded-full {
border-radius: 0.125rem;
}
*/
.font-extrabold {
font-weight: 600;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: 600;
}
.body {
font-weight: normal;
}