diff options
Diffstat (limited to 'assets/stylesheets/site.scss')
-rw-r--r-- | assets/stylesheets/site.scss | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/assets/stylesheets/site.scss b/assets/stylesheets/site.scss index a2ae002..abf7ace 100644 --- a/assets/stylesheets/site.scss +++ b/assets/stylesheets/site.scss @@ -86,7 +86,7 @@ table { margin-bottom: 1em; } -td { +table.data-table td { font-size: 0.8em; padding: 0.5em; vertical-align: top; @@ -111,6 +111,16 @@ code { // color: $base1; } +kbd { + font-size: 0.7em; + border: 1px solid $base1; + border-radius: 3px; + padding: 1px 5px; + border-bottom-width: 2px; + color: $base01; + font-family: $monospace; +} + footer { font-family: $monospace; text-align: center; @@ -170,7 +180,7 @@ header { } } -.about { +.about { width: 80%; margin-left: auto; margin-right: auto; |