Search updates and tests

This commit is contained in:
Emi
2023-11-22 18:18:57 +01:00
parent 70f67633c1
commit ae07501cbb
2 changed files with 11 additions and 1 deletions

View File

@@ -9,6 +9,8 @@
"secondary": "202326",
"tertiary": "85c2e0",
"quaternary": "f57389",
"quaternary_low": "f573895c",
"highlight_bg": "10456c",
"header_background": "333639",
"header_primary": "eeeeee",
"highlight": "f6aa78",

View File

@@ -50,7 +50,6 @@
.nav-pills > li > a:hover, .nav-pills > li button:hover {
color: #fff;
background-color: #f573895c;
}
@@ -92,6 +91,15 @@
border: 1px solid var(--tertiary-400);
}
.custom-search-banner-wrap .search-input {
border-radius: var(--theme-radius);
}
.custom-search-banner-wrap .results {
margin-top: 6px;
border-radius: var(--theme-radius);
}
/* Topics and Posts */
.topic-map {