Skip to content

Commit

Permalink
changed css styles to grey
Browse files Browse the repository at this point in the history
  • Loading branch information
willreddin committed Jan 24, 2024
1 parent 7a2c266 commit f0f646c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ body {
font-family: {{ $fontFamilyPrimary }};
font-size: 14px;
font-size: .875rem;
color: #cbcbd3;
color: #cbcbd3;
line-height: 1.6;
word-wrap: break-word;
background: #29292c;
Expand Down Expand Up @@ -107,7 +107,7 @@ body {

.clearfix {
display: block;
color: #fff
color: #fff
}

.clearfix::after {
Expand Down Expand Up @@ -405,7 +405,7 @@ select {

.logo__img {
max-height: 256px;
border: 2px solid #fff;
border: 2px solid #fff;
}

.logo__text {
Expand Down

0 comments on commit f0f646c

Please sign in to comment.