Skip to content

Commit

Permalink
Merge pull request #1982 from marko-bekhta/search-no-results
Browse files Browse the repository at this point in the history
Update color for no results box
  • Loading branch information
gsmet authored May 17, 2024
2 parents 89eed53 + abdd96d commit 705ccc9
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions _sass/colormode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ html {
--sec-background-color: #EFEFEF;
--title-background-color: #0d1c2c;
--breadcrumb-background-color: #4695EB;

--table-head-background-color: #aaaaaa;
--table-row-stripe: #e4edf7;

--card-outline: #AAAAAA;
--card-background-color: #FFFFFF;
--card-background-color-hover: #e4edf7;

// search.quarkus.io colors:
// no search results background
--empty-background-color: #F0CA4D;

// image change //
.dark-only {display: none;}
.light-only {display: inline-block;}
Expand All @@ -43,6 +47,10 @@ html.dark {

--img-background-color: #c8c8c8;

// search.quarkus.io colors:
// no search results background
--empty-background-color: #333333;

// image change //
.dark-only {display: inline-block;}
.light-only {display: none;}
Expand All @@ -59,7 +67,7 @@ html.dark {

// project footer //
.project-footer {
background-image: none !important;
background-image: none !important;
background-color: var(--title-background-color) !important; }

// giscus overrides //
Expand All @@ -68,11 +76,11 @@ html.dark {

// Post and Guides - backup for no alt image //
.post .doc-content img {
background-color: var(--img-background-color) !important;
background-color: var(--img-background-color) !important;
padding: 1rem; }

.guides .imageblock img, .guides .image img {
background-color: var(--img-background-color) !important;
background-color: var(--img-background-color) !important;
padding: .25rem; }

.share-page a img {
Expand Down

0 comments on commit 705ccc9

Please sign in to comment.