mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +00:00
font-family lint
This commit is contained in:
parent
9937d3a060
commit
e9a0577f32
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
/* ### Layout ### */
|
/* ### Layout ### */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Serif;
|
font-family: serif;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/* ### Layout ### */
|
/* ### Layout ### */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Serif;
|
font-family: serif;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue