Skip to content

Commit 8d3d5df

Browse files
committed
fixing colors
1 parent f5a51a0 commit 8d3d5df

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

dist/themes/podemos/app.less

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,16 @@
5858
}
5959

6060
.avb-top-navbar {
61-
a:hover {
62-
color: @brand-success !important;
61+
.pull-left {
62+
a:hover {
63+
color: @av-secondary-contrast !important;
64+
}
65+
}
66+
67+
.pull-right {
68+
a:hover {
69+
color: @brand-success !important;
70+
}
6371
}
6472
}
6573

@@ -98,7 +106,7 @@
98106
}
99107

100108
a:hover {
101-
color: @brand-success !important;
109+
color: @av-secondary-contrast !important;
102110
}
103111
}
104112
}

dist/themes/podemos/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/podemos/app.less

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,16 @@
5858
}
5959

6060
.avb-top-navbar {
61-
a:hover {
62-
color: @brand-success !important;
61+
.pull-left {
62+
a:hover {
63+
color: @av-secondary-contrast !important;
64+
}
65+
}
66+
67+
.pull-right {
68+
a:hover {
69+
color: @brand-success !important;
70+
}
6371
}
6472
}
6573

@@ -98,7 +106,7 @@
98106
}
99107

100108
a:hover {
101-
color: @brand-success !important;
109+
color: @av-secondary-contrast !important;
102110
}
103111
}
104112
}

0 commit comments

Comments
 (0)