Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Jan 5, 2024
1 parent 09b9a22 commit 03994aa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cigaradvisor/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

body {
display: none;
color: #333;
color: var(--grey);
margin: 0;
}

Expand Down Expand Up @@ -215,15 +215,15 @@ h2 {
font-family: var(--ff-montserrat);
font-weight: 900;
text-transform: uppercase;
color: #141414;
color: var(--very-dark-grey);
margin: 0 auto;
font-size: 12px;
}

a {
font-family: var(--ff-montserrat);
font-weight: 600;
color: #141414;
color: var(--very-dark-grey);
font-size: 12px;
background-color: transparent;
text-decoration: none
Expand All @@ -232,7 +232,7 @@ a {
p {
font-family: var(--ff-opensans);
font-weight: 600;
color: #141414;
color: var(--very-dark-grey);
font-size: 12px;
cursor: default
}
Expand All @@ -255,7 +255,7 @@ ul {
li {
font-family: var(--ff-opensans);
font-weight: 600;
color: #141414;
color: var(--very-dark-grey);
font-size: 12px;
cursor: default;
}
Expand All @@ -272,18 +272,18 @@ input {
width: 100%;
max-width: 100%;
vertical-align: middle;
background-color: #fff;
border-color: #ddd;
background-color: var(--white);
border-color: var(--very-light-grey);
margin: 0;
}

button {
font-family: montserrat, sans-serif;
font-weight: 700;
color: #fff;
color: var(--white);
text-transform: uppercase;
background-color: #8e7b5c;
border-color: #8e7b5c;
background-color: var(--tan);
border-color: var(--tan);
display: inline-block;
line-height: 26px;
height: 50px;
Expand Down

0 comments on commit 03994aa

Please sign in to comment.