From 63b581935440bf8b119e3b0ad5d910f91788cd3e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 19 Feb 2010 03:14:11 +0100 Subject: removed unused highlights, added css for controls --- paste/paste.css | 27 ++++++++++++++------------- 1 file 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; +} -- cgit v1.2.3