Skip to content

Commit

Permalink
add colors fir SASS
Browse files Browse the repository at this point in the history
  • Loading branch information
Valbel93 committed Dec 10, 2024
1 parent 066893c commit 803c35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/styles/colors.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$font-family: Roboto, sans-serif;
$main-accent: #060b35;
$main-title: #34568b;
$secondary: #616070;
$white: #fff;
$blue-accent: #00acdc;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ main {
}

&:hover .card__title {
color: $blue-accent;
color: $main-title;
}

&__code {
Expand Down

0 comments on commit 803c35b

Please sign in to comment.