aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static/css/sans_serif.css
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-09-21 19:10:08 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-09-21 20:04:42 -0700
commitafe1faf2141ef9cd3a5564fa33646b821ae5162b (patch)
treeca3fbbea8236154aabeedd54c05775e7f4fcbf35 /ui/static/css/sans_serif.css
parentd610d091fed6dbac3a7ae7e6a67e6e8455b77755 (diff)
Add theme variants
- Use CSS variables instead of inherence - Rename default theme to "Light - Serif" - Rename Black theme to "Dark - Serif" - Rename "Sans-Serif" theme to "Light - Sans Serif" - Add "System" theme that use system preferences: Dark or Light - Add Serif and Sans-Serif variants for each color theme
Diffstat (limited to 'ui/static/css/sans_serif.css')
-rw-r--r--ui/static/css/sans_serif.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/static/css/sans_serif.css b/ui/static/css/sans_serif.css
new file mode 100644
index 0000000..b7c1d95
--- /dev/null
+++ b/ui/static/css/sans_serif.css
@@ -0,0 +1,3 @@
+:root {
+ --entry-content-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
+}