Setup Assistant: Style adjustment to h1 title
This commit is contained in:
parent
70fdaa78f1
commit
51cd4dbdf6
@ -552,8 +552,19 @@ input[type="text"] {
|
|||||||
font-size: var(--font-size-lg);
|
font-size: var(--font-size-lg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.setup-container section {
|
h1 {
|
||||||
font-size: larger;
|
font-size: xx-large;
|
||||||
|
margin: 0 auto var(--spacer);
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
display: inline-block;
|
||||||
|
background: linear-gradient(45deg, hsl(246deg 82% 82%), hsl(256deg 82% 72%));
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-top: var(--spacer-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
.setup-container img {
|
.setup-container img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user