Skip to content

Commit cdef143

Browse files
committed
Let's try this
1 parent c7222ee commit cdef143

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setup(
1212
)
1313

1414
makedocs(;
15-
modules = [NASAPrecipitation],
15+
modules = [NASAPrecipitation, GeoRegions],
1616
authors = "Nathanael Wong <natgeo.wong@outlook.com>",
1717
sitename = "NASAPrecipitation.jl",
1818
doctest = false,

docs/src/.vitepress/theme/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

src/NASAPrecipitation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using NetRC
1111
using RegionGrids
1212

1313
import Base: download, show, read
14-
import GeoRegions: in, AbstractGeoRegion
14+
import GeoRegions: in
1515
import RegionGrids: extract
1616
import LandSea: getLandSea
1717

0 commit comments

Comments
 (0)