diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-02-19 03:14:11 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-02-19 03:14:11 +0100 |
commit | 63b581935440bf8b119e3b0ad5d910f91788cd3e (patch) | |
tree | 1be9336cbc4831f8cdd5ef41f4ac1e17d03ae01d | |
parent | 9da67b6ea5fc86c809d2db693c3761bb0ac517c0 (diff) | |
download | rafb-nopaste-63b581935440bf8b119e3b0ad5d910f91788cd3e.tar.gz rafb-nopaste-63b581935440bf8b119e3b0ad5d910f91788cd3e.tar.xz rafb-nopaste-63b581935440bf8b119e3b0ad5d910f91788cd3e.zip |
removed unused highlights, added css for controls
-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; +} |