Skip to content

Commit

Permalink
Design and contrast improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Shurbin committed Nov 1, 2023
1 parent e9befdb commit 9da4189
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
4 changes: 4 additions & 0 deletions assets/sass/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@
color: $dark-gray;
opacity: 1;
}

&_social-icons a svg {
color: $dark-blockquote-text;
}
}

// 404 Page
Expand Down
17 changes: 9 additions & 8 deletions assets/sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,26 +115,27 @@
font-size: $small-font-size - 1;
display: block;
color: $gray;
opacity: 0.8;
margin-top: .7rem;
padding: .3rem .95rem;
}

&_social-icons {
a {
display: inline-block;
opacity: .7;
text-decoration: none;
margin-right: .31rem;

}
svg {
color: #888a90;
height: 24px;
width: 24px;
svg {
color: $black;
height: 24px;
width: 24px;
}

&:hover {
color: rgb(221, 221, 221);
opacity: 1;
}
}

}
}

Expand Down
2 changes: 1 addition & 1 deletion assets/sass/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Post title
.header {
margin-top: 7.8em;
margin-top: 3em;

.header-title {
font-size: 2em;
Expand Down
6 changes: 3 additions & 3 deletions assets/sass/main.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//////////////// 1. Light Colors /////////////////
$text-base-color: #434648;
$text-base-color: #2a2c2e;
$text-link-blue: #003fff;
$text-link-blue-active: #0036c7;
$bloquote-border: #c4c8cc;
Expand Down Expand Up @@ -49,8 +49,8 @@ $bold-weight: 700;
// $black-weight: 900; // uncomment if necessary

//////////////// 4.Responsive design (media queries) /////////////////
$wide-size: 890px;
$narrow-size: 720px;
$wide-size: 1070px;
$narrow-size: 900px;

// Padding unit
$spacing-full: 30px;
Expand Down

0 comments on commit 9da4189

Please sign in to comment.