mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-18 08:03:37 -05:00
Changed red backgrounds to pink for contrast with red Bad emoji
This commit is contained in:
@@ -122,11 +122,7 @@ table {
|
|||||||
|
|
||||||
.result {
|
.result {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
color: rgb(60, 60, 60);
|
||||||
|
|
||||||
.unconfirmed {
|
|
||||||
background-color:rgba(144, 36, 48, 0.75);
|
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
@@ -136,8 +132,14 @@ table {
|
|||||||
.symbol {
|
.symbol {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.unconfirmed {
|
||||||
|
background-color:rgb(247, 205, 209);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// SWITCH
|
// SWITCH
|
||||||
.switch {
|
.switch {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
2
index.md
2
index.md
@@ -16,7 +16,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top: 1rem;">TIP: Reactions with a white background have been either sent in or are from my own playthrough; they are less likely to be wrong. Reactions that are empty or have a dash (-) are lacking data. Reactions with <span style="background-color: rgba(144, 36, 48, 0.75); color: white;">red backgrounds</span> are unconfirmed and are from the original game.
|
<div style="margin-top: 1rem;">TIP: Reactions with a white background have been either sent in or are from my own playthrough; they are less likely to be wrong. Reactions that are empty or have a dash (-) are lacking data. Reactions with <span class="unconfirmed">pink backgrounds</span> are unconfirmed and are from the original game.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="accordion" style="margin-top: 1rem;">
|
<div id="accordion" style="margin-top: 1rem;">
|
||||||
|
|||||||
2
info.md
2
info.md
@@ -23,7 +23,7 @@ Underneath, there is a filter questions by Shadows collapsable card with Shadow
|
|||||||
|
|
||||||
**Negotiation Table Legend:**
|
**Negotiation Table Legend:**
|
||||||
- White Background: Either sent in or are from my playthrough, so are more likely to be correct.
|
- White Background: Either sent in or are from my playthrough, so are more likely to be correct.
|
||||||
- <span style="background-color: rgba(144, 36, 48, 0.75); color: white;">Red Background</span>: Unconfirmed.
|
- <span class="unconfirmed">Pink Background</span>: Unconfirmed.
|
||||||
- Have a dash (-): Lacking data.
|
- Have a dash (-): Lacking data.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
2
royal.md
2
royal.md
@@ -16,7 +16,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top: 1rem;">TIP: Reactions with a white background have been either sent in or are from my own playthrough; they are less likely to be wrong. Reactions that are empty or have a dash (-) are lacking data. Reactions with <span style="background-color: rgba(144, 36, 48, 0.75); color: white;">red backgrounds</span> are unconfirmed and are from the original game.
|
<div style="margin-top: 1rem;">TIP: Reactions with a white background have been either sent in or are from my own playthrough; they are less likely to be wrong. Reactions that are empty or have a dash (-) are lacking data. Reactions with <span class="unconfirmed">pink backgrounds</span> are unconfirmed and are from the original game.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="accordion" style="margin-top: 1rem;">
|
<div id="accordion" style="margin-top: 1rem;">
|
||||||
|
|||||||
Reference in New Issue
Block a user