more
This commit is contained in:
@@ -3,7 +3,7 @@ import Stickies from '../components/stickies';
|
|||||||
const Home = () => {
|
const Home = () => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h1>kohngrüti</h1>
|
<h1 className="mainHead">kohngrüti</h1>
|
||||||
<Stickies />
|
<Stickies />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
.primaryButton {
|
.primaryButton {
|
||||||
width: 14rem;
|
font-family: "Sulphur Point", sans-serif;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
width: 16rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
|
margin-top: 14px;
|
||||||
}
|
}
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;400;700&display=swap');
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
|
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
@@ -22,6 +25,11 @@ h1 {
|
|||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-family: "Sulphur Point", sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
@@ -48,6 +56,16 @@ button:disabled {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mainHead {
|
||||||
|
font-size: 4rem;
|
||||||
|
color: #fff;
|
||||||
|
margin: 2px 0px 24px 0px;
|
||||||
|
font-family: "Sulphur Point", sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
|
letter-spacing: 3px;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
:root {
|
:root {
|
||||||
color: #213547;
|
color: #213547;
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
padding: 16px;
|
padding: 16px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
|
box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
|
||||||
font-family: 'Patrick Hand', cursive, system-ui;
|
font-family: 'Shadows Into Light', cursive;
|
||||||
font-size: 14px;
|
font-size: 1.4rem;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
color: #333;
|
color: #333;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user