Skip to content

Commit

Permalink
fix css reference for color
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcc0nn3ll committed Apr 4, 2024
1 parent ce72566 commit 0b0219b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
--scrollbar_hover-thumb-color: var(--color-gray-30);
/* navbar */
/* old --navbar-background: var(--color-jet-80); */
--navbar-background: var(#5f86b1);
--navbar-background: var(--color-jetty-blue);
--navbar-font-color: var(--color-white);
--navbar_hover-background: var(--color-black);
--navbar-button-background: var(--color-white);
Expand Down Expand Up @@ -120,7 +120,7 @@
--toc-line-height: 1.2;
/* footer */
--footer-line-height: var(--doc-line-height);
--footer-background: var(#5f86b1);
--footer-background: var(--color-jetty-blue);
--footer-font-color: var(--color-gray-15);
--footer-link-font-color: var(--color-white);
/* dimensions and positioning */
Expand Down Expand Up @@ -152,4 +152,5 @@
--color-net-id: orange;
--color-text-light: white;
--color-card-border: black;
--color-jetty-blue: #5f86b1;
}

0 comments on commit 0b0219b

Please sign in to comment.