diff options
Diffstat (limited to 'assets/stylesheets/typography.css')
-rw-r--r-- | assets/stylesheets/typography.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css index a43d8e8..ad0415d 100644 --- a/assets/stylesheets/typography.css +++ b/assets/stylesheets/typography.css @@ -16,6 +16,11 @@ h2 { line-height: 1.6em; } +.shell-command:before { + content: '$ '; + color: MURKY_POND; +} + .font-size-0\.8 { font-size: 0.8em; } |