diff options
| author | Stephen Enders <senders@spotify.com> | 2019-01-22 00:07:16 -0500 | 
|---|---|---|
| committer | Stephen Enders <senders@spotify.com> | 2019-01-22 00:07:16 -0500 | 
| commit | 663d16279099925a9a765a125874200efc893f3f (patch) | |
| tree | c285181a28d14c89ac1381cbe602e505c67d12c9 /www | |
| parent | 5106b950da8d065e7cfc1fc9c167aa16289337aa (diff) | |
Fixed a broken link
Diffstat (limited to 'www')
| -rw-r--r-- | www/index.css | 8 | ||||
| -rw-r--r-- | www/index.html | 2 | 
2 files changed, 5 insertions, 5 deletions
diff --git a/www/index.css b/www/index.css index 137b613..a7a2665 100644 --- a/www/index.css +++ b/www/index.css @@ -1,4 +1,4 @@ -html,body { margin: 0; font-family: sans-serif; } +html,body { margin: 0; font-family: monospace; }  #body { margin: 16px 10%; }  #body article { border-bottom: 1px solid #060606; }  #body article:last { border-bottom: none; } @@ -30,10 +30,10 @@ html,body { margin: 0; font-family: sans-serif; }  code {    font-family: monospace; -  color: #333; -  font-size:1.1em; +  background: #eee; +  padding: 2px 2px; +  border-radius: 5px 5px;  } -  code.inline {    display: inline;  } diff --git a/www/index.html b/www/index.html index 4c5b454..98558ae 100644 --- a/www/index.html +++ b/www/index.html @@ -33,7 +33,7 @@        am working on.</p>      </article>      <div id='footer'> -      <a href='/blog/2019-01-21.html'>Continue reading...</a> +      <a href='/blog/2019-01-21'>Continue reading...</a>      </div>    </div>  </body>  |