feat: new nice landing page

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-12-18 12:59:57 +01:00
commit f4d4499547
No known key found for this signature in database
11 changed files with 434 additions and 13 deletions

View file

@ -40,6 +40,7 @@ custom_theme <- function(...,
)
}
FreesearchR_colors <- function(choose = NULL) {
out <- c(
primary = "#1E4A8F",
@ -111,3 +112,4 @@ gg_theme_export <- function() {
plot.title = ggplot2::element_text(size = 24)
)
}