@@ -14,106 +14,106 @@ $primary: rgb(25, 100, 64); // #196440
14
14
$secondary : rgb (198 , 240 , 211 ); // #c6f0d3
15
15
$tertiary : rgb (72 , 220 , 118 ); // #48dc76
16
16
$toc-active-border : rgb (139 , 139 , 139 ); // #8b8b8b;
17
-
18
17
$navbar-padding-y : .2rem ;
18
+ $mermaid-edge-color : rgb (139 , 139 , 139 );
19
19
20
20
/* -- scss:rules --*/
21
21
22
22
/* Wrap Python output so it looks nicer */
23
23
.cell-output pre code {
24
- white-space : pre-wrap ;
24
+ white-space : pre-wrap ;
25
25
}
26
26
27
27
.navbar {
28
- border-bottom : rgba ($toc-active-border , 0.3 ) 1px solid ;
28
+ border-bottom : rgba ($toc-active-border , 0.3 ) 1px solid ;
29
29
}
30
30
31
31
svg {
32
- display : block ;
33
- max-width : 100% ;
34
- margin : 0 auto ;
35
- height : auto !important ;
36
- width : auto !important ;
32
+ display : block ;
33
+ max-width : 100% ;
34
+ margin : 0 auto ;
35
+ height : auto !important ;
36
+ width : auto !important ;
37
37
}
38
38
39
39
li {
40
- margin : 5px 0 ;
40
+ margin : 5px 0 ;
41
41
}
42
42
43
43
figcaption {
44
- text-align : center ;
44
+ text-align : center ;
45
45
}
46
46
47
47
.about-link {
48
- border : 2px solid $tertiary !important ;
49
- border-radius : 50px !important ;
50
- color : $primary !important ;
51
- font-size : 20px !important ;
52
- font-weight : bold ;
53
- padding : 5px 15px !important ;
48
+ border : 2px solid $tertiary !important ;
49
+ border-radius : 50px !important ;
50
+ color : $primary !important ;
51
+ font-size : 20px !important ;
52
+ font-weight : bold ;
53
+ padding : 5px 15px !important ;
54
54
}
55
55
56
56
.about-link :hover {
57
- background-color : $tertiary !important ;
58
- color : white !important ;
57
+ background-color : $tertiary !important ;
58
+ color : white !important ;
59
59
}
60
60
61
61
.about-links {
62
- justify-content : left !important ;
63
- padding : 10px 0px 0px 0px !important ;
62
+ justify-content : left !important ;
63
+ padding : 10px 0px 0px 0px !important ;
64
64
}
65
65
66
66
.landing-page-block {
67
- padding-top : 10px ;
68
- padding-bottom : 10px ;
69
- margin-left : 30px ;
70
- margin-right : 30px ;
67
+ padding-top : 10px ;
68
+ padding-bottom : 10px ;
69
+ margin-left : 30px ;
70
+ margin-right : 30px ;
71
71
}
72
72
73
73
@media (min-width : 900px ) {
74
- .landing-page-block {
75
- margin-left : 50px ;
76
- margin-right : 50px ;
77
- }
74
+ .landing-page-block {
75
+ margin-left : 50px ;
76
+ margin-right : 50px ;
77
+ }
78
78
}
79
79
80
80
@media (min-width : 1200px ) {
81
- .landing-page-block {
82
- max-width : 900px ;
83
- margin-left : auto ;
84
- margin-right : auto ;
85
- }
81
+ .landing-page-block {
82
+ max-width : 900px ;
83
+ margin-left : auto ;
84
+ margin-right : auto ;
85
+ }
86
86
}
87
87
88
88
.hero-banner {
89
- position : relative ;
90
- background : rgba ($secondary , 0.5 );
91
- display : flex ;
92
- justify-content : center ;
93
- padding-bottom : 30px ;
89
+ position : relative ;
90
+ background : rgba ($secondary , 0.5 );
91
+ display : flex ;
92
+ justify-content : center ;
93
+ padding-bottom : 30px ;
94
94
}
95
95
96
96
.hero-banner .landing-page-block {
97
- display : flex ;
98
- flex-direction : row ;
97
+ display : flex ;
98
+ flex-direction : row ;
99
99
}
100
100
101
101
.hero-text >h2 ,
102
102
.landing-page-block >h2 {
103
- margin-top : 0.5rem ;
104
- border-bottom : none ;
103
+ margin-top : 0.5rem ;
104
+ border-bottom : none ;
105
105
}
106
106
107
107
.landing-page-card {
108
- border-radius : 12px ;
109
- box-shadow : 0px 2px 4px rgba (0 , 0 , 0 , 0.15 );
110
- background-color : rgba ($secondary , 0.3 );
111
- border : none ;
112
- padding : 5px 20px 10px 20px ;
113
- margin-bottom : 40px ;
114
- justify-content : start !important ;
108
+ border-radius : 12px ;
109
+ box-shadow : 0px 2px 4px rgba (0 , 0 , 0 , 0.15 );
110
+ background-color : rgba ($secondary , 0.3 );
111
+ border : none ;
112
+ padding : 5px 20px 10px 20px ;
113
+ margin-bottom : 40px ;
114
+ justify-content : start !important ;
115
115
}
116
116
117
117
.navbar-logo {
118
- max-height : 38px ;
118
+ max-height : 38px ;
119
119
}
0 commit comments