first letter styling
This commit is contained in:
parent
c2af147514
commit
8ef1681379
5 changed files with 17 additions and 11 deletions
|
|
@ -3310,7 +3310,7 @@ var HK = {
|
||||||
spoiler: "A dreamer is sleeping somewhere, at the top of a high spire."
|
spoiler: "A dreamer is sleeping somewhere, at the top of a high spire."
|
||||||
},
|
},
|
||||||
killedHollowKnight: {
|
killedHollowKnight: {
|
||||||
spoiler: "He heard a disturbance from inside a black temple."
|
spoiler: "He heard a disturbance from inside a black temple. Maybe it's worth investigating."
|
||||||
},
|
},
|
||||||
endOfHints: {
|
endOfHints: {
|
||||||
spoiler: "The Knight still explores the world of Hallownest patiently, in constant search of its remaining secrets. [this is the end of the hint system (for the moment). The rest is up to you]"
|
spoiler: "The Knight still explores the world of Hallownest patiently, in constant search of its remaining secrets. [this is the end of the hint system (for the moment). The rest is up to you]"
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -497,11 +497,14 @@ input[type="file"] {
|
||||||
|
|
||||||
.hint::first-letter {
|
.hint::first-letter {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 0.6rem;
|
padding: 0;
|
||||||
margin-top: 0.5rem;
|
margin: 0.2em 0.1em 0 0;
|
||||||
font-size: 2.8rem;
|
font-size: 2.8em;
|
||||||
line-height: 0.8;
|
font-style: normal;
|
||||||
|
line-height: 0.6em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -334,11 +334,14 @@ input[type="file"] {
|
||||||
|
|
||||||
.hint::first-letter {
|
.hint::first-letter {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 0.6rem;
|
padding: 0;
|
||||||
margin-top: 0.5rem;
|
margin: 0.2em 0.1em 0 0;
|
||||||
font-size: 2.8rem;
|
font-size: 2.8em;
|
||||||
line-height: 0.8;
|
font-style: normal;
|
||||||
|
line-height: 0.6em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue