mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Added Sans-Serif theme.
This commit is contained in:
parent
c719cf7df0
commit
be95e87e0e
3 changed files with 21 additions and 7 deletions
File diff suppressed because one or more lines are too long
11
ui/static/css/sansserif.css
Normal file
11
ui/static/css/sansserif.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
body,
|
||||
.entry-content,
|
||||
.entry-content blockquote,
|
||||
.entry-content q {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
}
|
||||
|
||||
.entry-content {
|
||||
font-size: 1.17em;
|
||||
font-weight: 400;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue