Update 'backplaces/style.css'

master
ada 3 weeks ago
parent c650b0f119
commit 2e4e8dea7d

@ -1,5 +1,5 @@
:root{
--spot-color-1: #009;
--spot-color-1: #1E33FAff;
}
@font-face {
font-family: 'Platypi';
@ -14,6 +14,14 @@
font-weight: 300 800;
font-style: italic;
}
@font-face {
font-family: 'Redaction_Regular-35';
src: url('../fonts/Redaction_Regular-35.woff2');
font-weight: 300 800;
font-style: regular;
}
a {
color: var(--spot-color-1);
text-decoration: none;
@ -77,10 +85,8 @@ button:hover{
margin: auto;
margin-right: 0;
line-height: 3.5rem;
}
a{color: inherit
}
a{color: inherit}
img {
width: 2rem;
@ -98,10 +104,7 @@ button:hover{
.container {
margin: 50px 0;
line-height: 3.5rem;
}
h1 {
font-style: normal;
}
h1 {font-style: normal}
h2 {
font-size: 40px;
@ -117,9 +120,6 @@ button:hover{
margin-right: 0;
}
.desaturate{
filter: grayscale(90%) contrast(1.2) brightness(1.1);
}
.gummies{
display: flex;
margin: 2rem 0;
@ -144,18 +144,16 @@ header{
line-height:1.3;
}
h1, #project-title {
font-family: 'Platypi';
font-family: 'Redaction_Regular-35';
line-height: 1;
font-weight: 700;
font-size: 50px;
font-style: italic;
margin: 0 0 0.5rem;
}
iframe{
width: 100%;
height: 20rem;
border-radius: 0.5rem;
filter: grayscale(70%);
overflow-x: hidden;
border: none;
}

Loading…
Cancel
Save