fix: course outline style

This commit is contained in:
Jannat Patel
2022-12-07 16:06:55 +05:30
parent 1effdd8482
commit 424d35bf42

View File

@@ -392,6 +392,7 @@ input[type=checkbox] {
color: var(--gray-900);
display: flex;
align-items: center;
padding-bottom: 0.5rem;
}
.chapter-description {
@@ -423,6 +424,7 @@ input[type=checkbox] {
align-items: center;
padding: 0.5rem;
color: var(--gray-900);
font-size: var(--text-base);
}
.lesson-links:hover {