Skip to content

Commit

Permalink
fix low contrast in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakielle committed Sep 27, 2023
1 parent 1b8b4cc commit f546ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/html/src/branding/css/uyuni/legacy-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ header, nav.navbar-pf {
// nodeLink and leafLink
div.nodeLink,
div.leafLink {
color: @gray-light;
color: @white;
border-left: 3px solid transparent;
a {
display: block;
Expand Down
3 changes: 2 additions & 1 deletion web/html/src/branding/css/uyuni/legacy-variables.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// TODO: This should be merged with variables.less

/* Main tags colours */
@green-dark-1: #008558;
@green-dark: #02A49C;
@green: #00C081;
@green-light: #02D35F;
Expand Down Expand Up @@ -29,7 +30,7 @@
@aside: @blue;
@aside-border: lighten(@aside, 8%);
@aside-menu-hyperlink: @white;
@aside-menu-active: @green;
@aside-menu-active: @green-dark-1;

/* aside menu search box */
@aside-menu-search-clear: fade(@gray, 60%);
Expand Down

0 comments on commit f546ba2

Please sign in to comment.