handling active chapter font weight

This commit is contained in:
Antoine M 2023-11-27 18:51:24 +01:00
parent 3a50912e6d
commit 5e6bd9751c

View File

@ -31,5 +31,9 @@
a {
@apply block;
}
a.active {
@apply font-bold;
}
}
}