tone down highlighted item intensity white -> silver

This commit is contained in:
Mashy 2019-11-24 12:36:31 +10:00
parent 775d902184
commit aa2f34c64b
3 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
@white: #f5f5f5; // whitesmoke
@purple: #9355b5; // 6lack - that far cover
@yellow: #ffa100;
@silver: #c0c0c0;
@black: black;
@gray: #222;

View File

@ -55,7 +55,7 @@
button {
&.highlight {
color: black;
background: @white;
background: @silver;
// border: 1px solid @white; (this bangs around the vbox)
// overwrite the classes on white svg elements

View File

@ -144,7 +144,7 @@
&.highlight {
color: black;
background: @white;
background: @silver;
// border: 1px solid @white; (this bangs around the vbox)
// overwrite the classes on white svg elements