diff options
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index 04b2382..54b39b3 100644 --- a/src/style.css +++ b/src/style.css @@ -2,6 +2,7 @@ html { font-family: "Open Sans", sans-serif; color: #ebdbb2; background-color: #282828; + font-size: 16px; } p { margin: 1em 0; @@ -16,3 +17,12 @@ a:hover { h1, h2, h3, h4, h5, h6 { font-weight: normal; } +code { + font-family: monospace; + font-size: 90%; + margin: 0; + padding: 2px; + background: #1d2021; + border-radius: 4px; + border: 1px solid rgba(255, 255, 255, 0.12); +} |