diff options
| author | Dan Allen <dan@opendevise.com> | 2018-04-06 01:01:21 -0600 |
|---|---|---|
| committer | Dan Allen <dan@opendevise.com> | 2018-04-06 01:01:21 -0600 |
| commit | 6def46891c30d4ef730bc2735b8064a23838d689 (patch) | |
| tree | 89f5c6dc5a529c358a5f16ffd74dc312d92c9671 /src/css/base.css | |
| parent | f155f987a50d172f3d7dc126dfa0f7d10f8861dc (diff) | |
| download | alpine-antora-theme-6def46891c30d4ef730bc2735b8064a23838d689.tar.bz2 alpine-antora-theme-6def46891c30d4ef730bc2735b8064a23838d689.tar.xz | |
use double quotes for quoted text in stylesheet
Diffstat (limited to 'src/css/base.css')
| -rw-r--r-- | src/css/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/base.css b/src/css/base.css index 1c25bfc..722cd8f 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -18,7 +18,7 @@ body { html { box-sizing: border-box; - font-family: 'Roboto', sans-serif; + font-family: "Roboto", sans-serif; font-size: 1.1em; text-size-adjust: 100%; } @@ -46,7 +46,7 @@ a:hover { code, kbd, pre { - font-family: 'Roboto Mono', monospace; + font-family: "Roboto Mono", monospace; } b, |
