Skip to content

Commit e6762e6

Browse files
committed
Improve navbar
1 parent 95fd42d commit e6762e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

landing_page/public/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ code {
2929
--text-color: #000000;
3030
--text-grey: #888888;
3131
--icon-hover: #000000;
32-
--navbar-background: rgba(255, 255, 255, 0.9);
32+
--navbar-background: rgba(250, 250, 250, 0.9);
3333

3434
--window-border: rgb(223, 234, 255);
3535
--window-bg: rgb(241, 246, 255);
@@ -44,7 +44,7 @@ code {
4444
--text-color: #ffffff;
4545
--text-grey: #888888;
4646
--icon-hover: #ffffff;
47-
--navbar-background: rgba(34, 34, 34, 0.9);
47+
--navbar-background: rgba(25, 25, 25, 0.9);
4848

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

0 commit comments

Comments
 (0)