diff --git a/docs/package-lock.json b/docs/package-lock.json index 5cdabb92b1..8127926e96 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -25115,4 +25115,4 @@ "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==" } } -} +} \ No newline at end of file diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 84a272f3c9..580d25e2d9 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -338,4 +338,21 @@ img { min-width: 200px; /* Fixes #3856 */ } -} \ No newline at end of file +} + +@media (max-width: 1000px) { + /* Styles for screens smaller than 1000px */ + [data-theme='dark'] .clean-btn{ + background-color: #272729; + color: #fff; + border-radius: 4px; + box-shadow: none; + } + + [data-theme='dark'] .table-of-contents { + background-color: #272729; + color: #272729; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + } +}