mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-18 16:47:05 -05:00
Changed red backgrounds to pink for contrast with red Bad emoji
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user