ui: color

This commit is contained in:
cha0s 2021-01-30 18:00:57 -06:00
parent 531433192d
commit 98dd2a2999
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@
display: flex;
flex-wrap: wrap;
margin-right: 1em;
button, .button {
color: #00bdd6;
}
}
.expression__invocation-toggle-wrapper {

View File

@ -5,6 +5,9 @@
&:nth-of-type(2n+1) {
background-color: rgba(255, 255, 255, 0.05);
}
button, .button {
color: #00bdd6;
}
}
.expressions__move-expression {