diff --git a/docs/_template/light-dark-theme/styles/master.css b/docs/_template/light-dark-theme/styles/master.css index 462178086..129a073db 100644 --- a/docs/_template/light-dark-theme/styles/master.css +++ b/docs/_template/light-dark-theme/styles/master.css @@ -141,3 +141,13 @@ select { transition: background-color .3s, color .3s; cursor: pointer; } + +/* arrow */ + +span.arrow-d{ + top: 6px; position: relative; +} + +span.arrow-r{ + top: 6px; position: relative; +} \ No newline at end of file