summaryrefslogtreecommitdiffstats
path: root/paste
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-02-19 03:14:11 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2010-02-19 03:14:11 +0100
commit63b581935440bf8b119e3b0ad5d910f91788cd3e (patch)
tree1be9336cbc4831f8cdd5ef41f4ac1e17d03ae01d /paste
parent9da67b6ea5fc86c809d2db693c3761bb0ac517c0 (diff)
downloadrafb-nopaste-63b581935440bf8b119e3b0ad5d910f91788cd3e.tar.gz
rafb-nopaste-63b581935440bf8b119e3b0ad5d910f91788cd3e.tar.xz
rafb-nopaste-63b581935440bf8b119e3b0ad5d910f91788cd3e.zip
removed unused highlights, added css for controls
Diffstat (limited to 'paste')
-rw-r--r--paste/paste.css27
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;
+}