Zaktualizuj konfigurację FTP oraz zmień czcionkę na Poppins w stylach SCSS

This commit is contained in:
2025-03-01 00:23:21 +01:00
parent a6f614c41b
commit 007285191e
5 changed files with 15 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -166,6 +166,7 @@
font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
$cGold: #b8a982;
$cBlackLight: #1d1d21;
$cBlackDark: #09090a;
@@ -178,7 +179,7 @@ $cRed: #d16067;
body {
background: $cBlackDark !important;
font-family: 'Scandia', sans-serif;
font-family: "Poppins", sans-serif;
color: #a9a9a9 !important;
.row {
@@ -190,6 +191,10 @@ body {
}
}
header {
border: 0 !important;
}
.scroll_block {
left: 0;
right: 0;
@@ -342,13 +347,13 @@ form,
}
a {
font-family: 'Scandia', sans-serif;
font-family: 'Poppins', sans-serif;
color: $cGold !important;
font-size: 17px;
border: 0 !important;
padding: 15px !important;
transition: all 0.3s ease !important;
font-weight: 400;
font-weight: 300;
line-height: 1.5 !important;
&:hover {