File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212)
1313
1414makedocs (;
15- modules = [NASAPrecipitation],
15+ modules = [NASAPrecipitation, GeoRegions ],
1616 authors = " Nathanael Wong <natgeo.wong@outlook.com>" ,
1717 sitename = " NASAPrecipitation.jl" ,
1818 doctest = false ,
Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/var
6464/* Component: Button */
6565
6666: root {
67- --vp-button-brand-border : var (--vp-c-brand-light );
67+ --vp-button-brand-border : var (--vp-c-brand-lighter );
6868 --vp-button-brand-text : var (--vp-c-white );
69- --vp-button-brand-bg : var (--vp-c-brand );
70- --vp-button-brand-hover-border : var (--vp-c-brand-light );
69+ --vp-button-brand-bg : var (--vp-c-dark );
70+ --vp-button-brand-hover-border : var (--vp-c-brand-lighter );
7171 --vp-button-brand-hover-text : var (--vp-c-white );
72- --vp-button-brand-hover-bg : var (--vp-c-brand-light );
73- --vp-button-brand-active-border : var (--vp-c-brand-light );
72+ --vp-button-brand-hover-bg : var (--vp-c-brand-lighter );
73+ --vp-button-brand-active-border : var (--vp-c-brand-lighter );
7474 --vp-button-brand-active-text : var (--vp-c-white );
7575 --vp-button-brand-active-bg : var (--vp-button-brand-bg );
7676}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ using NetRC
1111using RegionGrids
1212
1313import Base: download, show, read
14- import GeoRegions: in, AbstractGeoRegion
14+ import GeoRegions: in
1515import RegionGrids: extract
1616import LandSea: getLandSea
1717
You can’t perform that action at this time.
0 commit comments