From 2e4e8dea7d90efa5928c0933ba5131e0a4dd5c59 Mon Sep 17 00:00:00 2001 From: ada Date: Sun, 16 Jun 2024 16:28:35 +0200 Subject: [PATCH] Update 'backplaces/style.css' --- backplaces/style.css | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/backplaces/style.css b/backplaces/style.css index c06a67e..e5accde 100644 --- a/backplaces/style.css +++ b/backplaces/style.css @@ -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; }