Skip to content

Commit

Permalink
update header and footer background color
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcc0nn3ll committed Apr 4, 2024
1 parent 120c3d0 commit ce72566
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 @@ -37,7 +37,8 @@
--scrollbar-thumb-color: var(--color-gray-10);
--scrollbar_hover-thumb-color: var(--color-gray-30);
/* navbar */
--navbar-background: var(--color-jet-80);
/* old --navbar-background: var(--color-jet-80); */
--navbar-background: var(#5f86b1);
--navbar-font-color: var(--color-white);
--navbar_hover-background: var(--color-black);
--navbar-button-background: var(--color-white);
Expand Down Expand Up @@ -119,7 +120,7 @@
--toc-line-height: 1.2;
/* footer */
--footer-line-height: var(--doc-line-height);
--footer-background: var(--color-jet-80);
--footer-background: var(#5f86b1);
--footer-font-color: var(--color-gray-15);
--footer-link-font-color: var(--color-white);
/* dimensions and positioning */
Expand Down

0 comments on commit ce72566

Please sign in to comment.