diff options
author | Alan Pearce | 2017-06-23 13:22:08 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-23 13:22:08 +0200 |
commit | 57a032d9f3665033484471fd1e355e3b3caff641 (patch) | |
tree | c7b622c9a9ab5ab7ac8d9092543b615d1a6550fd /static | |
parent | 80ecb4689b15c3260d83f57dafb81bd73bd32942 (diff) | |
parent | 987cab567c5fc9bed00bf11b8693b44d40564e5e (diff) | |
download | hyde-57a032d9f3665033484471fd1e355e3b3caff641.tar.lz hyde-57a032d9f3665033484471fd1e355e3b3caff641.tar.zst hyde-57a032d9f3665033484471fd1e355e3b3caff641.zip |
Merge remote-tracking branch 'alanpearce/master'
Diffstat (limited to 'static')
-rw-r--r-- | static/css/hyde.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css index 97bbcb7..cad1095 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -32,7 +32,7 @@ */ html { - font-family: "PT Sans", "Ubuntu Sans", "Liberation Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; + font-family: "PT Sans", "Ubuntu Sans", "Liberation Sans", "Lucida Grande", "Helvetica Neue", Arial, sans-serif; } @media (min-width: 48em) { html { @@ -45,6 +45,10 @@ html { } } +code,pre { + font-family: "SFMono-Regular", "Lucida Console", "Liberation Mono", Menlo, Courier, monospace; +} + /* * Sidebar @@ -80,13 +84,20 @@ html { color: #fff; margin-top: 0; font-family: Georgia, serif; - font-size: 3.25rem; + font-size: 2.5rem; font-weight: bold; line-height: 1.25; margin-bottom: 0.5rem; display: block; } +.u-photo { + margin: auto; + margin-bottom: 1rem; + border: 2px solid white; + border-radius: 50%; +} + .contact-head { color: #fff; margin-bottom: 0; |