Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierJourdan committed Nov 11, 2024
1 parent 07776f0 commit bb20cd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified user-interface/build/ui-bundle.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions user-interface/src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
--navbar-button-border-color: var(--panel-border-color);
--navbar-button-font-color: var(--body-font-color);
--navbar-menu-border-color: var(--panel-border-color);
--navbar-menu-background: var(--color-white);
--navbar-menu-font-color: var(--body-font-color);
--navbar-menu-background: var(--color-black);
--navbar-menu-font-color: var(--color-white);
--navbar-menu_hover-background: var(--color-smoke-50);
/* nav */
--nav-background: var(--panel-background);
Expand Down
8 changes: 4 additions & 4 deletions user-interface/src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
</label>
</div>
</div>
{{/if}}
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#"><span></span>English</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://labviewcommunitytraining.github.io/cti-documentation/en/index.html">English</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://labviewcommunitytraining.github.io/cti-documentation/en/index.html">English</a>
<a class="navbar-item" href="https://labviewcommunitytraining.github.io/cti-documentation/fr/index.html">Français</a>
</div>
</div>
{{/if}}
</div>
<button class="navbar-burger" data-target="topbar-nav">
<span></span>
<span></span>
Expand Down

0 comments on commit bb20cd5

Please sign in to comment.