Skip to content

Commit

Permalink
Warn that dark mode does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich committed Sep 9, 2024
1 parent 477e5d8 commit d450180
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 255 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ if (!require(purrr)) install.packages("purrr")
if (!require(ggplot2)) install.packages("ggplot2")
if (!require(tidyr)) install.packages("tidyr")
if (!require(gt)) install.packages("gt")
if (!require(gtExtras)) install.packages("gtExtras")
library(ggplot2)
library(dplyr)
Expand Down Expand Up @@ -264,8 +263,14 @@ tab <- res_N %>%

</details>

{{% alert theme="warning" %}}

To view the table, make sure to read this in light mode (select at the top of the page on the right). Currently, half of the rows are invisible in dark mode.

{{% /alert %}}

```{r echo=FALSE}
tab %>% gtExtras::gt_theme_dark()
tab
```


Expand Down
Loading

0 comments on commit d450180

Please sign in to comment.