diff --git a/css/style.css b/css/style.css index 13d90f7..220d5f7 100644 --- a/css/style.css +++ b/css/style.css @@ -174,6 +174,13 @@ body { } .intro__subtitle { + color: var(--text, #31353b); + font-size: 17px; + font-family: Manrope; + font-style: normal; + font-weight: 400; + line-height: normal; + letter-spacing: 0.17px; display: flex; width: 499px; flex-direction: column; diff --git a/scss/style.scss b/scss/style.scss index 28af5f4..6dd63e6 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -173,6 +173,13 @@ body { margin-bottom: 23px; } .intro__subtitle { + color: var(--text, #31353b); + font-size: 17px; + font-family: Manrope; + font-style: normal; + font-weight: 400; + line-height: normal; + letter-spacing: 0.17px; display: flex; width: 499px; flex-direction: column;