Skip to content

Commit

Permalink
Improve navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Nov 20, 2024
1 parent 95fd42d commit e6762e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions landing_page/public/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ code {
--text-color: #000000;
--text-grey: #888888;
--icon-hover: #000000;
--navbar-background: rgba(255, 255, 255, 0.9);
--navbar-background: rgba(250, 250, 250, 0.9);

--window-border: rgb(223, 234, 255);
--window-bg: rgb(241, 246, 255);
Expand All @@ -44,7 +44,7 @@ code {
--text-color: #ffffff;
--text-grey: #888888;
--icon-hover: #ffffff;
--navbar-background: rgba(34, 34, 34, 0.9);
--navbar-background: rgba(25, 25, 25, 0.9);

--window-bg: rgb(45, 46, 50);
--window-border: rgb(109, 110, 112);
Expand Down

0 comments on commit e6762e6

Please sign in to comment.