Make initial text more specific
Because that makes browsers override the regular page style in favor of this one.
This commit is contained in:
parent
420b0e7700
commit
7104cff56a
|
@ -107,7 +107,7 @@ h1, h2, h3, h4, h5, p {
|
||||||
transition: background 0.15s ease-in-out, border 0.5s ease-in-out, color 0.15s ease-in-out;
|
transition: background 0.15s ease-in-out, border 0.5s ease-in-out, color 0.15s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.initial-text {
|
#page .initial-text {
|
||||||
font-size: 18pt;
|
font-size: 18pt;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 70px;
|
margin-top: 70px;
|
||||||
|
|
Loading…
Reference in New Issue