diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-14 23:24:16 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-14 23:24:16 +0100 |
| commit | 8dcb846682542c609a5498ed69a30a69cb1eace5 (patch) | |
| tree | 281ca4768655ad4962557bfb9d45df9d5cd7c799 /site/assets | |
| parent | 3b2f0dc6d969fa323fe8775b4269e17c60192431 (diff) | |
rebuild
Diffstat (limited to 'site/assets')
| -rw-r--r-- | site/assets/css/css.css | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index eed1ff48..8239cfc7 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -134,8 +134,8 @@ h1 { } h2 { color: #ddd; - font-weight: 300; - font-size: 18pt; + font-weight: 400; + font-size: 28pt; margin: 20px 0 10px; padding: 0; transition: color 0.2s cubic-bezier(0,0,1,1); @@ -147,6 +147,13 @@ h3 { font-weight: 500; transition: color 0.2s cubic-bezier(0,0,1,1); } +h4 { + margin: 0 0 10px 0; + padding: 0; + font-size: 11pt; + font-weight: 500; + transition: color 0.2s cubic-bezier(0,0,1,1); +} .content h3 a { color: #888; text-decoration: none; @@ -156,7 +163,7 @@ h3 { text-decoration: underline; } -th, .gray, h3 { +th, .gray, h3, h4 { font-family: 'Roboto Mono', monospace; font-weight: 400; text-transform: uppercase; @@ -220,7 +227,9 @@ p { .right-sidebar { float: right; width: 200px; - margin-left: 40px; + margin-left: 20px; + padding-left: 20px; + border-left: 1px solid #444; } .right-sidebar .meta { flex-direction: column; @@ -433,6 +442,7 @@ section.fullwidth .image { color: #fff; } .intro .under { + font-size: 12px; color: #888; } .intro .under a { |
