WIP lost
This commit is contained in:
18
src/app.scss
18
src/app.scss
@@ -10,7 +10,7 @@ body {
|
||||
background-image: var(--background-image);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
color: var(--text) !important;
|
||||
color: var(--text);
|
||||
transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
|
||||
}
|
||||
|
||||
@@ -22,21 +22,11 @@ a {
|
||||
}
|
||||
|
||||
.title {
|
||||
color: var(--text-title) !important;
|
||||
color: var(--text-title);
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
color: var(--text-subtitle) !important;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.7rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
color: var(--text-subtitle);
|
||||
}
|
||||
|
||||
header {
|
||||
@@ -67,9 +57,11 @@ header {
|
||||
h2 {
|
||||
font-size: 0.9em;
|
||||
line-height: 1em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
font-size: 2em;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user