diff --git a/static/css/theme.css b/static/css/theme.css index 4132392b2b..6562a802fa 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -45,6 +45,19 @@ th { font-weight: 600; } +ul { + list-style: disc; +} + +dt { + font-style: italic; +} + +dd { + display: list-item; + list-style: circle; +} + .default-animation{ transition: all 0.35s ease; }