Skip to content

Commit

Permalink
fix: low contrast text an istio box
Browse files Browse the repository at this point in the history
Signed-off-by: Shiv Kumar Saxena <[email protected]>
  • Loading branch information
SaxenaShiv committed Sep 16, 2023
1 parent 386630c commit 99b7649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/sections/Learn-Layer5/Chapters/chapters.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export const ChapterWrapper = styled.div`
}
}
.service-mesh-image-active {
border: 2px solid rgb(0, 179, 159);
}
// .service-mesh-image-active {
// border: 2px solid rgb(0, 179, 159);
// }
.chapter-container {
@media (min-width: 576px) {
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/themeStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export const darktheme = {
grey313131ToYellowFFF7D8: "#313131",
grey323232ToGreenF3FFFD: "#323232",
grey3C3C3CToGreyF1F1F1: "#3C3C3C",
grey404040ToGreen3C494F: "#404040",
grey404040ToGreen3C494F: "#ffffff66",
grey404040ToGrey1E2117: "#404040",
grey737373ToGrey222222: "#737373",
grey737373ToGrey4C4A4A: "#737373",
Expand Down

0 comments on commit 99b7649

Please sign in to comment.