Skip to content

Commit

Permalink
SAK-49881 Wiki improve wiki search ui with dark background (#12594)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored May 14, 2024
1 parent 6a19145 commit 4f0724c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -632,23 +632,23 @@
font-size: 12px;
line-height: normal;
font-weight: normal;
background-color: #f0f0f0;
background: var(--sakai-background-color-2);
padding: 4px;
margin: 18px 0px 4px 0px
}
h5 {
font-size: 10px;
line-height: normal;
font-weight: bold;
background-color: #f0f0f0;
background: var(--sakai-background-color-2);
padding: 2px;
margin: 14px 0px 4px 0px
}
h6 {
font-size: 8px;
line-height: normal;
font-weight: bold;
background-color: #f0f0f0;
background: var(--sakai-background-color-2);
padding: 2px;
margin: 14px 0px 4px 0px
}
Expand Down

0 comments on commit 4f0724c

Please sign in to comment.