diff options
-rw-r--r-- | paste/paste.css | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/paste/paste.css b/paste/paste.css index d119ae1..2c36f33 100644 --- a/paste/paste.css +++ b/paste/paste.css @@ -1,13 +1,14 @@ - -.keyword { - color: mediumblue; - } - -.comment { - color: green; - } - -.literal { - color: purple; - } - +.control { + color: #888; + font-family: monospace; +} + +.control a { + text-decoration: none; + color: #888; +} + +.control a:hover { + text-decoration: underline; + color: #000; +} |