diff --git a/static/css/styles.css b/static/css/styles.css index 2215551..10017d3 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -23,24 +23,28 @@ src: url("/static/fonts/inter/Inter-Regular.ttf") format('truetype'); font-weight: 400; font-style: normal; + font-display: swap; } @font-face{ font-family: 'Inter'; src: url("/static/fonts/inter/Inter-Medium.ttf") format('truetype') ; font-weight: 500; font-style: normal; + font-display: swap; } @font-face{ font-family: 'Inter'; src: url("/static/fonts/inter/Inter-SemiBold.ttf") format('truetype') ; font-weight: 600; font-style: normal; + font-display: swap; } @font-face{ font-family: 'Inter'; src: url("/static/fonts/inter/Inter-Bold.ttf") format('truetype') ; font-weight: 700; font-style: normal; + font-display: swap; } /* Links */ @@ -267,11 +271,15 @@ section.register>h1 { border-radius: 10px; border: 1px solid black; } - +.footer_input_wrap.hide{ + display: none; +} .footer_input_wrap { display: flex; + color: #fff; } + .footer_input::placeholder { color: rgba(39, 36, 36, 0.60); font-size: 16px;