diff --git a/docs/custom.css b/docs/custom.css index 7451d5d8..b6fe531c 100644 --- a/docs/custom.css +++ b/docs/custom.css @@ -1,3 +1,12 @@ +@font-face { + font-family: DM Sans,sans-serif; + src: url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..100); +} + +body { + font-family: DM Sans,sans-serif; +} + div.main-container { max-width: 1200px !important; } @@ -30,7 +39,7 @@ div.info { background-repeat: no-repeat; background-image: url("info_icon.svg"); background-position: 15px center; - background-color: aliceblue; + background-color: rgba(18,94,129,.05); } @@ -74,8 +83,8 @@ div.info { .nav-pills > li > a { background-color: #fff; - border: 0 solid #e2e8f0; - border-radius: 1rem; + border: 1px solid #e2e8f0; + border-radius: 0.5rem; box-sizing: border-box; color: #0d172a; cursor: pointer; @@ -88,8 +97,7 @@ div.info { text-align: center; text-decoration: none #0d172a solid; text-decoration-thickness: auto; - transition: all .1s cubic-bezier(.4, 0, .2, 1); - box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25); + transition: all .1s cubic-bezier(.1, 0, .2, 1); user-select: none; -webkit-user-select: none; touch-action: manipulation; @@ -97,7 +105,7 @@ div.info { .nav-pills > li.active > a:hover, .nav-pills > li.active > a { - background-color: #1e293b !important; + background-color:rgb(64, 75, 99) !important; color: #fff; } @@ -106,6 +114,6 @@ div.info { .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #ffffff; - background-color: #1e293b; - border-color: #1e293b; + background-color: rgb(64, 75, 99); + border-color: rgb(64, 75, 99); } diff --git a/docs/index.Rmd b/docs/index.Rmd index b88e8055..dc02a361 100644 --- a/docs/index.Rmd +++ b/docs/index.Rmd @@ -414,7 +414,7 @@ module_section("Data", "Data", "Data") ```{r datasubtype, echo=FALSE, results='asis'} -module_section("Data", "Data", "DataSubtype") +module_section("Data", "Data", "DataSubtypeEnum") ``` diff --git a/docs/index.html b/docs/index.html index 4e9f1301..3f037602 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3107,7 +3107,14 @@ - @@ -3365,7 +3371,7 @@