We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fd42d commit e6762e6Copy full SHA for e6762e6
landing_page/public/base.css
@@ -29,7 +29,7 @@ code {
29
--text-color: #000000;
30
--text-grey: #888888;
31
--icon-hover: #000000;
32
- --navbar-background: rgba(255, 255, 255, 0.9);
+ --navbar-background: rgba(250, 250, 250, 0.9);
33
34
--window-border: rgb(223, 234, 255);
35
--window-bg: rgb(241, 246, 255);
@@ -44,7 +44,7 @@ code {
44
--text-color: #ffffff;
45
46
--icon-hover: #ffffff;
47
- --navbar-background: rgba(34, 34, 34, 0.9);
+ --navbar-background: rgba(25, 25, 25, 0.9);
48
49
--window-bg: rgb(45, 46, 50);
50
--window-border: rgb(109, 110, 112);
0 commit comments