diff options
-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> |