Skip to content

Commit

Permalink
Changes navbar background color to red
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Jul 29, 2020
1 parent bc6abcc commit 336cc8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
--color-jet-70: #222;
--color-jet-80: #191919;
--color-black: #000;
--color-red: #f33;
/* fonts */
--rem-base: 18; /* used to compute rem value from desired pixel value (e.g., calc(18 / var(--rem-base) * 1rem) = 18px) */
--body-font-size: 1.0625em; /* 17px */
Expand All @@ -33,7 +34,7 @@
--panel-border-color: var(--color-smoke-90);
--scrollbar-thumb-color: var(--color-gray-10);
/* navbar */
--navbar-background: var(--color-jet-80);
--navbar-background: var(--color-red);
--navbar-font-color: var(--color-white);
--navbar_hover-background: var(--color-black);
--navbar-button-background: var(--color-white);
Expand Down

0 comments on commit 336cc8f

Please sign in to comment.