diff --git a/docs/_assets/css/custom.css b/docs/_assets/css/custom.css index 673b29f..fef89fe 100644 --- a/docs/_assets/css/custom.css +++ b/docs/_assets/css/custom.css @@ -176,6 +176,12 @@ a.switch img { vertical-align: text-top; } +@media only screen and (max-width: 768px) { + a.switch { + display: none; + } +} + @media only screen and (max-width: 600px) { :root { --base-font-size: 1.2rem; diff --git a/docs/_assets/css/dark.css b/docs/_assets/css/dark.css index 4f8c77e..42b55f2 100644 --- a/docs/_assets/css/dark.css +++ b/docs/_assets/css/dark.css @@ -2549,6 +2549,7 @@ Source: https://jhildenbiddle.github.io/docsify-themeable/#/themes?id=simple-dar --search-input-background-color: var(--mono-shade2); --search-input-background-image: url("data:image/svg+xml,%3Csvg height='20px' width='20px' viewBox='0 0 24 24' fill='none' stroke='rgba(255, 255, 255, 0.3)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' preserveAspectRatio='xMidYMid meet' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='7.5' vector-effect='non-scaling-stroke'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='15.8' y2='15.8' vector-effect='non-scaling-stroke'%3E%3C/line%3E%3C/svg%3E"); --search-input-border-color: var(--mono-tint1); + --search-input-color: #fff; --search-input-placeholder-color: rgba(255, 255, 255, 0.4); --search-clear-icon-color1: rgba(255, 255, 255, 0.3); --sidebar-background: var(--mono-shade1);