aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config/style.css
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-08-21 15:28:12 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-08-21 15:28:12 +0000
commit26e3068196705c4086fb1a643a0b6d26a2262cc0 (patch)
tree8303b7a91a5e1d142385ea58dc1baab0789ab730 /examples/config/style.css
parent65a73762b11b53d836f51e5d8a1c9b8791f6cb31 (diff)
add an ugly 'type link text'-style follow dealie
Diffstat (limited to 'examples/config/style.css')
-rw-r--r--examples/config/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/config/style.css b/examples/config/style.css
index a368aa0..b50b87c 100644
--- a/examples/config/style.css
+++ b/examples/config/style.css
@@ -25,4 +25,10 @@
color: black !important;
}
+.uzbl-follow-text-match {
+ outline: 2px solid invert;
+ background: #333 !important;
+ color: white !important;
+}
+
/* vim:set et ts=4: */