File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
sections/Learn-Layer5/Chapters Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -90,4 +90,5 @@ default.profraw
90
90
.husky /_ /
91
91
92
92
# Lighthouse CI
93
- .lighthouseci /
93
+ .lighthouseci /
94
+ .gitpod.yml
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ export const ChapterWrapper = styled.div`
30
30
}
31
31
}
32
32
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
+ // }
36
36
37
37
.chapter-container {
38
38
@media (min-width: 576px) {
Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ export const darktheme = {
381
381
grey313131ToYellowFFF7D8 : "#313131" ,
382
382
grey323232ToGreenF3FFFD : "#323232" ,
383
383
grey3C3C3CToGreyF1F1F1 : "#3C3C3C" ,
384
- grey404040ToGreen3C494F : "#404040 " ,
384
+ grey404040ToGreen3C494F : "#ffffff66 " ,
385
385
grey404040ToGrey1E2117 : "#404040" ,
386
386
grey737373ToGrey222222 : "#737373" ,
387
387
grey737373ToGrey4C4A4A : "#737373" ,
You can’t perform that action at this time.
0 commit comments