6c9fe16ff7d38d10abe491d14cfa21736560a27d
jnavarr5
  Mon Dec 8 12:06:40 2025 -0800
Adding a comment that the external CSS file was edited by UCSC, refs #36818

diff --git src/hg/htdocs/style/shepherd.css src/hg/htdocs/style/shepherd.css
index 0b413d3b1b3..95a6dc7f8f0 100644
--- src/hg/htdocs/style/shepherd.css
+++ src/hg/htdocs/style/shepherd.css
@@ -1,15 +1,17 @@
+/* Edited by UCSC */
+
 /* Buttons */
 .shepherd-button {
     background: #3288e6;
     border: 0;
     border-radius: 3px;
     color: hsla(0, 0%, 100%, .75);
     cursor: pointer;
     margin-right: .5rem;
     padding: .5rem 1.5rem;
     transition: all .5s ease;
 }
 
 .shepherd-button:not(:disabled):hover {
     background: #196fcc;
     color: hsla(0, 0%, 100%, .75);