diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2014-10-06 08:00:26 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2014-10-06 08:00:26 -0700 |
| commit | 360a3eb5956f3307362cd79b6baabc3a6ed294fc (patch) | |
| tree | c59a0bd3598d49bacc4f35c2c924aa38483164b1 | |
| parent | Convert jpg and png to webp format (diff) | |
| download | lumberjaph-360a3eb5956f3307362cd79b6baabc3a6ed294fc.tar.gz | |
update font in the css
| -rw-r--r-- | static/css/screen.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 9201300..a4efb1d 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -259,15 +259,18 @@ figure { color: #666; } #site #entry pre { - font-size: 18px; font-family: Menlo, monospace; -webkit-font-smoothing: subpixel-antialiased; font-smoothing: subpixel-antialiased; - background-color: #fff; + background-color: #E9E9E9; border: 1px solid #d1d8e3; padding: .35em; overflow: auto; overflow-y: hidden; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; } #site #entry pre::-webkit-scrollbar { height: 12px; @@ -275,13 +278,12 @@ figure { border-top: 1px solid #d1d8e3; } #site #entry .highlight code { - font-size: 95%; } #site #entry p code, #site #entry li code { - background-color: #eee; + background-color: #E9E9E9;; font-weight: 400; - font-size: 90%; font-family: Menlo, monospace; + font-size: 14px; } #site #entry .highlight { margin: 1.5em 0; |
