gitnet-assets/theme.css

3 lines
178 B
CSS
Raw Normal View History

2022-03-02 17:27:12 +01:00
@import "./gitea-github-theme/theme-github.css" all and (prefers-color-scheme: light);
@import "./gitea-github-theme/theme-github-dark.css" all and (prefers-color-scheme: dark);