True Completion css and name
This commit is contained in:
parent
be9455f3cd
commit
bee16794e7
6 changed files with 10 additions and 4 deletions
|
|
@ -3195,7 +3195,7 @@ var HK = {
|
||||||
gameCompletionExtended: {
|
gameCompletionExtended: {
|
||||||
id: "gameCompletionExtended",
|
id: "gameCompletionExtended",
|
||||||
icon: "red",
|
icon: "red",
|
||||||
name: "Detailed Extended Completion:",
|
name: "<strong>True Completion:</strong>",
|
||||||
spoiler: 0,
|
spoiler: 0,
|
||||||
spoilerAfter: " / 0 = <b>0.00 %</b>",
|
spoilerAfter: " / 0 = <b>0.00 %</b>",
|
||||||
spoilerAfterDefault: " / 0 = <b>0.00 %</b>"
|
spoilerAfterDefault: " / 0 = <b>0.00 %</b>"
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -263,6 +263,9 @@ del {
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
font-size: 1.03em;
|
||||||
|
line-height: 1em;
|
||||||
|
letter-spacing: 0.012em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -100,6 +100,9 @@ del {
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
font-size: 1.03em;
|
||||||
|
line-height: 1em;
|
||||||
|
letter-spacing: 0.012em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ const HK = {
|
||||||
gameCompletionExtended: {
|
gameCompletionExtended: {
|
||||||
id: "gameCompletionExtended",
|
id: "gameCompletionExtended",
|
||||||
icon: "red",
|
icon: "red",
|
||||||
name: "Detailed Extended Completion:",
|
name: "<strong>True Completion:</strong>",
|
||||||
spoiler: 0,
|
spoiler: 0,
|
||||||
spoilerAfter: " / 0 = <b>0.00 %</b>",
|
spoilerAfter: " / 0 = <b>0.00 %</b>",
|
||||||
spoilerAfterDefault: " / 0 = <b>0.00 %</b>",
|
spoilerAfterDefault: " / 0 = <b>0.00 %</b>",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue