Changed red backgrounds to pink for contrast with red Bad emoji

This commit is contained in:
Joyce Chen
2020-07-29 22:22:37 -04:00
parent 856b6a4ff5
commit 032d35fab7
4 changed files with 10 additions and 8 deletions

View File

@@ -122,11 +122,7 @@ table {
.result {
text-align: center;
}
.unconfirmed {
background-color:rgba(144, 36, 48, 0.75);
color: white;
color: rgb(60, 60, 60);
}
.text {
@@ -136,8 +132,14 @@ table {
.symbol {
display: none;
}
}
.unconfirmed {
background-color:rgb(247, 205, 209);
}
// SWITCH
.switch {
position: relative;