diff options
Diffstat (limited to 'assets/styles.css')
-rw-r--r-- | assets/styles.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/assets/styles.css b/assets/styles.css index afcac9b..6bd8adb 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -2,9 +2,6 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb .color-maroon { color: #4e0303; } -.color-murky-pond { - color: #91947f; -} h1, h2, h3, h4, h5, h6 { font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif; } @@ -17,6 +14,10 @@ h2 { font-family: "Monaco", monospace; line-height: 1.6em; } +.shell-command:before { + content: '$ '; + color: #91947f; +} .font-size-0\.8 { font-size: 0.8em; } |