summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-04-23 16:47:57 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2015-04-23 16:47:57 +0100
commit921f15bb7d543390cfbd19cea9e30b527e7f6c28 (patch)
tree758714d54cf1ab9b9c8a85aaf012dea59da157af /!NetSurf/Resources
parent98171fae629aa0459faaf274f77c4049e3e74f92 (diff)
downloadnetsurf-921f15bb7d543390cfbd19cea9e30b527e7f6c28.tar.gz
netsurf-921f15bb7d543390cfbd19cea9e30b527e7f6c28.tar.bz2
Highlight the mark element.
Diffstat (limited to '!NetSurf/Resources')
-rw-r--r--!NetSurf/Resources/CSS,f795
1 files changed, 5 insertions, 0 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 6859bbd49..9ee7388eb 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -149,3 +149,8 @@ noembed, script, style, title { display: none; }
article, aside, figcaption, figure, footer, header, main, nav, section {
display: block;
}
+
+mark {
+ background: yellow;
+ color: black;
+}