This repository was archived by the owner on May 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.0.17 "
1
+ __version__ = "0.0.18 "
Original file line number Diff line number Diff line change 10
10
--md-footer-fg-color--lighter : # 505a5f ;
11
11
}
12
12
13
+ .md-typeset {
14
+ font-size : 0.85rem ;
15
+ }
16
+
13
17
.md-typeset h1 {
14
- font-size : 48 px ;
18
+ font-size : 45 px ;
15
19
font-weight : 700 ;
16
20
}
17
21
100
104
.md-tabs__link {
101
105
font-size : 18px ;
102
106
font-weight : 700 ;
107
+ opacity : 1 ;
103
108
}
104
109
105
110
.md-tabs__link : hover {
111
116
.md-tabs__item--active {
112
117
border-bottom : 4px solid;
113
118
border-bottom-color : # 1d70b8 ;
114
- /* text-decoration: underline;
115
- text-decoration-thickness: 3px;
116
- text-underline-offset: 10px;
117
- text-decoration-color: #1d70b8; */
118
119
}
119
120
121
+ /* Configure the warning and info panels */
120
122
.md-typeset .admonition ,
121
123
.md-typeset details {
122
124
font-size : 16px ;
123
125
border : 3px solid;
124
126
}
127
+
128
+ /* Configure the main panel */
129
+ .md-main__inner {
130
+ margin-top : 10px ;
131
+ }
132
+
133
+ /* Configure the jupyter notebook code panels
134
+ .highlight {
135
+ background-color:#e0f7fa;
136
+ } */
You can’t perform that action at this time.
0 commit comments