mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Increase spacing between list items to improve readability (#5962)
This commit is contained in:
@@ -251,6 +251,12 @@ article ol,
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.rst-content section ul li {
|
||||
/* Increase spacing between list items. */
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
body,
|
||||
.rst-content table.docutils thead {
|
||||
color: var(--body-color);
|
||||
|
||||
Reference in New Issue
Block a user