mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
Fix nested lists bold
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
@@ -1156,3 +1156,8 @@ li.next {
|
||||
.figure.figure-with-code + .code.html {
|
||||
max-width: 59%;
|
||||
}
|
||||
|
||||
/* Fix nested lists bold */
|
||||
li > dl > dt {
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user