Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: low contrast text and Istio box #4921

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ default.profraw
.husky/_/

# Lighthouse CI
.lighthouseci/
.lighthouseci/
.gitpod.yml
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 @@ -381,7 +381,7 @@ export const darktheme = {
grey313131ToYellowFFF7D8: "#313131",
grey323232ToGreenF3FFFD: "#323232",
grey3C3C3CToGreyF1F1F1: "#3C3C3C",
grey404040ToGreen3C494F: "#404040",
grey404040ToGreen3C494F: "#ffffff66",
grey404040ToGrey1E2117: "#404040",
grey737373ToGrey222222: "#737373",
grey737373ToGrey4C4A4A: "#737373",
Expand Down