Add 'Inter' font, change placeholder color to grey

This commit is contained in:
Jannik Stehle
2022-09-02 13:47:52 +02:00
parent 52b58cd1d9
commit 99255c1cdd
2 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,13 @@
/* additional css on top of kpop */
@font-face {
font-family: Inter;
src: url(./fonts/inter.ttf) format('truetype');
font-weight: 100 900;
font-style: oblique 0deg 12deg;
}
body {
font-family: 'Open Sans', sans-serif;
font-family: Inter, 'Open Sans', sans-serif;
}
strong {
@@ -43,7 +50,7 @@ strong {
.oc-input {
background-color: #fff;
border: 1px solid rgba(78, 133, 200, 0.8);
border: 1px solid #fff;
border-radius: 3px;
height: 40px;
width: 300px;
@@ -72,10 +79,6 @@ strong {
border: 1px solid #fff;
}
.oc-input::placeholder {
color: rgba(78, 133, 200, 0.8);
}
.oc-input + .oc-input {
margin-top: 15px;
}

Binary file not shown.