Skip to content

Commit 4effe10

Browse files
authored
Merge pull request #4922 from Shiv-2712/master
fix: low contrast text and Istio box
2 parents ea99c30 + 87c7594 commit 4effe10

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ default.profraw
9090
.husky/_/
9191

9292
# Lighthouse CI
93-
.lighthouseci/
93+
.lighthouseci/
94+
.gitpod.yml

.gitpod.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: npm install && npm run build && make
9+
command: npm run start
10+
11+

src/sections/Learn-Layer5/Chapters/chapters.style.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ export const ChapterWrapper = styled.div`
3030
}
3131
}
3232
33-
.service-mesh-image-active {
34-
border: 2px solid rgb(0, 179, 159);
35-
}
33+
// .service-mesh-image-active {
34+
// border: 2px solid rgb(0, 179, 159);
35+
// }
3636
3737
.chapter-container {
3838
@media (min-width: 576px) {

src/theme/app/themeStyles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ export const darktheme = {
381381
grey313131ToYellowFFF7D8: "#313131",
382382
grey323232ToGreenF3FFFD: "#323232",
383383
grey3C3C3CToGreyF1F1F1: "#3C3C3C",
384-
grey404040ToGreen3C494F: "#404040",
384+
grey404040ToGreen3C494F: "#ffffff66",
385385
grey404040ToGrey1E2117: "#404040",
386386
grey737373ToGrey222222: "#737373",
387387
grey737373ToGrey4C4A4A: "#737373",

0 commit comments

Comments
 (0)