Skip to content
Snippets Groups Projects
Commit 1b9b9b06 authored by Karl Prieb's avatar Karl Prieb
Browse files

fix/button/bg colors and contrast

parent 86b6c426
No related merge requests found
......@@ -265,7 +265,7 @@ blockquote:before {
background-color: @content-background-color;
}
.message-buttons {
.buttonColors(@primary-font-color, @transparent-dark);
.buttonColors(lighten(@primary-font-color, 25%), @secondary-background-color);
}
}
.new-message {
......
......@@ -92,7 +92,7 @@
color: @color;
background-color: @bg;
&:hover {
color: lighten(@color, 10%);
background-color: darken(@bg, 5%);
color: mix(@color, contrast(@bg), 60%);
background-color: fadein(mix(@bg, contrast(@color), 60%), 25%);
}
}
......@@ -24,7 +24,7 @@ majorColors=
'primary-action-color': '#13679A' # was action-buttons-color
'secondary-background-color': '#F4F4F4'
'secondary-font-color': '#A0A0A0'
'secondary-action-color': '#E5E5E5'
'secondary-action-color': '#DDDDDD'
'component-color': '#EAEAEA'
'success-color': '#1DCE73'
'pending-color': '#FCB316'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment