Skip to content

Commit

Permalink
chore: Set background color more deep
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilsang committed Mar 19, 2024
1 parent 6f228dd commit 7ce2603
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/features/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $i-mac: 2400px;
$max-height: 8000px;
$highlight-color: #30ffcb;
$deep-light-color: #dfdfdf;
$background-color: #0b1d2d;
$background-color: rgb(20 22 33);
$dark-color: rgb(100 116 139);
$base-color: #425061;
$sub-color: #61768f;
Expand Down
2 changes: 1 addition & 1 deletion src/features/styles/ui/about/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
}

.link {
color: #21997b;
color: #2dd0a8;

&:hover {
color: $highlight-color;
Expand Down
7 changes: 3 additions & 4 deletions src/features/styles/ui/posts/posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

.post-description {
color: $sub-color;
color: $min-color;
}

li {
Expand Down Expand Up @@ -106,9 +106,8 @@
margin-top: 0.5rem;

.title {
font-size: 1.25rem;
line-height: 1.75rem;
margin-right: 1rem;
font-size: 1.4rem;
margin: 0 1rem 0.3rem 0;
}
}

Expand Down

0 comments on commit 7ce2603

Please sign in to comment.