diff --git a/docs/assets/css/extras.scss b/docs/assets/css/extras.scss index 8604ad55..3afcf871 100644 --- a/docs/assets/css/extras.scss +++ b/docs/assets/css/extras.scss @@ -1,7 +1,7 @@ details summary::-webkit-details-marker { - display:none; + display: none; } - + .resource-citation { font-family: monospace; font-size: 0.9em; @@ -200,4 +200,4 @@ details summary::-webkit-details-marker { flex-direction: column; gap: 18px; } -} \ No newline at end of file +}