summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-04-14 12:50:17 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2017-04-14 12:50:17 -0700
commit8106a9c2adf3ab3e5f48e81eaa6d6522c07be107 (patch)
treefe22b89f89e4db475855dbe8538b8f66f027945f
parentb4f2409d41c8476c2330d2b4132a04ef4bfebe1d (diff)
downloadnasm-8106a9c2adf3ab3e5f48e81eaa6d6522c07be107.tar.gz
nasmdoc.css: no need to go overboard with the yellow highlight...
Make the yellow highlight for the link target a little bit less bright, so that it is still instantly visible but less immediately demanding of attention. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--doc/nasmdoc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.css b/doc/nasmdoc.css
index 86ebcb60..466ee2ce 100644
--- a/doc/nasmdoc.css
+++ b/doc/nasmdoc.css
@@ -77,7 +77,7 @@ ul.index {
:target {
margin-top: -10vh;
padding-top: 10vh;
- background: #ff4; /* Highlight the jump target */
+ background: #ffa; /* Highlight the jump target */
background-clip: content-box;
}