Search: Use more --accent-color
This commit is contained in:
parent
dda0e243e8
commit
807815c9d8
1 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
.search-results__header {
|
.search-results__header {
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
background: var(--brand-color--med);
|
background: var(--accent-color--med);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
background: var(--brand-color--faint);
|
background: var(--accent-color--faint);
|
||||||
border-bottom: 1px solid var(--brand-color--faint);
|
border-bottom: 1px solid var(--brand-color--faint);
|
||||||
cursor: default;
|
cursor: default;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
&__text-container {
|
&__text-container {
|
||||||
display: none;
|
display: none;
|
||||||
padding: 25px 0;
|
padding: 25px 0;
|
||||||
background-color: var(--brand-color--med);
|
background-color: var(--accent-color--med);
|
||||||
|
|
||||||
@media (min-width: 895px) {
|
@media (min-width: 895px) {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue