Skip to content

Commit

Permalink
SAK-46866 Search: Results page dark mode issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm committed May 12, 2024
1 parent 171476d commit a403641
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,16 @@
}

.searchHeader {
color:#000;
color: var(--sakai-text-color-1);
padding:.3em;
display: inline;
float: right;
text-align: right;
font-size:.9em;
line-height:1.3em;
border-bottom:1px solid #fff;
color:#084A87;

}

.searchBox {
text-align: center;
padding-top: 4px;
Expand Down Expand Up @@ -84,7 +83,7 @@
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #cccccc;
background: var(--sakai-background-color-4);
}

.tabHeadOn {
Expand All @@ -97,7 +96,7 @@
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #ffffff;
background: var(--sakai-background-color-1);
}

.tabOff {
Expand All @@ -123,7 +122,7 @@
margin: 5px;
padding: 5px;
border: 1px dotted #ccc;
background-color: #f0f0f0;
background: var(--sakai-background-color-2);
}

#rssLink {
Expand Down

0 comments on commit a403641

Please sign in to comment.