ui: color
This commit is contained in:
parent
531433192d
commit
98dd2a2999
|
@ -3,6 +3,9 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-right: 1em;
|
||||
button, .button {
|
||||
color: #00bdd6;
|
||||
}
|
||||
}
|
||||
|
||||
.expression__invocation-toggle-wrapper {
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
&:nth-of-type(2n+1) {
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
button, .button {
|
||||
color: #00bdd6;
|
||||
}
|
||||
}
|
||||
|
||||
.expressions__move-expression {
|
||||
|
|
Loading…
Reference in New Issue
Block a user