File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 1
1
/* all icons from https://fontawesome.com/ */
2
- * ,
3
- * ::before ,
4
- * ::after {
5
- box-sizing : border-box;
6
- }
7
-
8
2
: root {
9
3
/* START COLOR PALETTE */
10
4
54
48
--viridis-purple-invert : linear-gradient (180deg , # 355f8d, # 440154 );
55
49
--viridis-blue-vert : linear-gradient (180deg , # 414487, # 21908d );
56
50
/* END BACKGROUND GRADIENTS */
57
-
51
+
58
52
/* FONTS */
59
53
--regular : 400 ;
60
54
--bold : 700 ;
64
58
--shadow : 0px 2px 2px rgba (0 , 0 , 0 , 0.11 );
65
59
}
66
60
67
- /* Remove the filter added by pydata-sphinx-theme.
68
- * NOTE: Delete this CSS when using a pydata-sphinx-theme that contains
69
- * https://github.com/pydata/pydata-sphinx-theme/pull/942
70
- * https://github.com/pydata/pydata-sphinx-theme/pull/914
71
- * */
72
- html [data-theme = dark ] img .only-dark , html [data-theme = dark ] img .dark-light {
73
- filter : none;
74
- }
75
-
76
61
/* callout boxes */
77
62
.callout {
78
63
border-left : solid 1px var (--pst-color-border );
@@ -196,7 +181,7 @@ a.link--offsite::after {
196
181
}
197
182
198
183
@media (max-width : 700px ) {
199
- .quicklink-icon {
184
+ .quicklinks__icon {
200
185
width : 60px ;
201
186
}
202
187
.quicklinks a {
@@ -227,10 +212,6 @@ a.link--offsite::after {
227
212
margin : 1em 0 .5em ;
228
213
}
229
214
230
- .news__item--highlight .title {
231
- margin : .5em 0 1em ;
232
- }
233
-
234
215
.date {
235
216
font-size : small;
236
217
}
You can’t perform that action at this time.
0 commit comments