131c2f5bfb31233b87664c985eb361dd1b0005a2
max
  Wed Sep 8 05:56:35 2021 -0700
making looking for a genome assembly link stand out more using CSS, refs #26081

diff --git src/hg/htdocs/staticStyle/gbStatic.css src/hg/htdocs/staticStyle/gbStatic.css
index d719b2f..fa9bca2 100644
--- src/hg/htdocs/staticStyle/gbStatic.css
+++ src/hg/htdocs/staticStyle/gbStatic.css
@@ -58,30 +58,34 @@
     color: black;
     font-size: 21px;    /* same as current static pages */
     font-weight: bold;
     /* font-weight: 500;   /* a little more subtle than bold */
 }
 
 /* Section header */
 .gbsPage h2 {
     padding: 6px 20px;
     background-color: #4c759c;  /* light blue */
     color: white;
     font-size: 17px;
     font-weight: bold;
 }
 
+.gbsPage h2:target {
+    border: 3px solid black;
+}
+
 /* Subsection header */
 .gbsPage h3 {
     display: inline-block;      /* limits item width so background color doesn't span window */
     padding: 6px 20px;
     margin-bottom: 0;           /* needed to avoid stacking margins with inline-block */
     background-color: #dde6ee;  /* light slate blue-gray (lightened h2 color) */
     font-size: 17px;
     font-weight: bold;
 }
 
 .gbsPage hr {
     margin-left: 16px;
     border-style: inset;
 }