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 11/* all icons from https://fontawesome.com/ */
2- * ,
3- * ::before ,
4- * ::after {
5- box-sizing : border-box;
6- }
7-
82: root {
93 /* START COLOR PALETTE */
104
5448 --viridis-purple-invert : linear-gradient (180deg , # 355f8d, # 440154 );
5549 --viridis-blue-vert : linear-gradient (180deg , # 414487, # 21908d );
5650 /* END BACKGROUND GRADIENTS */
57-
51+
5852 /* FONTS */
5953 --regular : 400 ;
6054 --bold : 700 ;
6458 --shadow : 0px 2px 2px rgba (0 , 0 , 0 , 0.11 );
6559}
6660
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-
7661/* callout boxes */
7762.callout {
7863 border-left : solid 1px var (--pst-color-border );
@@ -196,7 +181,7 @@ a.link--offsite::after {
196181}
197182
198183@media (max-width : 700px ) {
199- .quicklink-icon {
184+ .quicklinks__icon {
200185 width : 60px ;
201186 }
202187 .quicklinks a {
@@ -227,10 +212,6 @@ a.link--offsite::after {
227212 margin : 1em 0 .5em ;
228213}
229214
230- .news__item--highlight .title {
231- margin : .5em 0 1em ;
232- }
233-
234215.date {
235216 font-size : small;
236217}
You can’t perform that action at this time.
0 commit comments