1
Fork 0

Fix search result bottom border color

This commit is contained in:
Guillaume Gomez 2022-11-04 22:36:04 +01:00
parent b0f3940c35
commit 94ba7f09df
4 changed files with 4 additions and 1 deletions

View file

@ -886,7 +886,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
/* A little margin ensures the browser's outlining of focused links has room to display. */ /* A little margin ensures the browser's outlining of focused links has room to display. */
margin-left: 2px; margin-left: 2px;
margin-right: 2px; margin-right: 2px;
border-bottom: 1px solid var(--border-color); border-bottom: 1px solid var(--search-result-border-color);
gap: 1em; gap: 1em;
} }

View file

@ -38,6 +38,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
--sidebar-link-color: #53b1db; --sidebar-link-color: #53b1db;
--sidebar-current-link-background-color: transparent; --sidebar-current-link-background-color: transparent;
--search-result-link-focus-background-color: #3c3c3c; --search-result-link-focus-background-color: #3c3c3c;
--search-result-border-color: #aaa3;
--stab-background-color: #314559; --stab-background-color: #314559;
--stab-code-color: #e6e1cf; --stab-code-color: #e6e1cf;
--search-color: #fff; --search-color: #fff;

View file

@ -33,6 +33,7 @@
--sidebar-link-color: #fdbf35; --sidebar-link-color: #fdbf35;
--sidebar-current-link-background-color: #444; --sidebar-current-link-background-color: #444;
--search-result-link-focus-background-color: #616161; --search-result-link-focus-background-color: #616161;
--search-result-border-color: #aaa3;
--stab-background-color: #314559; --stab-background-color: #314559;
--stab-code-color: #e6e1cf; --stab-code-color: #e6e1cf;
--search-color: #111; --search-color: #111;

View file

@ -33,6 +33,7 @@
--sidebar-link-color: #356da4; --sidebar-link-color: #356da4;
--sidebar-current-link-background-color: #fff; --sidebar-current-link-background-color: #fff;
--search-result-link-focus-background-color: #ccc; --search-result-link-focus-background-color: #ccc;
--search-result-border-color: #aaa3;
--stab-background-color: #fff5d6; --stab-background-color: #fff5d6;
--stab-code-color: #000; --stab-code-color: #000;
--search-color: #000; --search-color: #000;