Skip to content

Commit

Permalink
added variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonko committed Nov 18, 2023
1 parent 9c4d48f commit a086258
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/app/modules/home/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ <h4 class="word-carousel">
</div>
</div>
</div>
<!-- </div> -->
</section>
10 changes: 6 additions & 4 deletions src/app/modules/home/components/home/home.component.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import '../../../../../../node_modules/bulma/bulma.sass';

.hero-body {
h1, h2 {
color: white;
color: $white;
}

}
Expand All @@ -13,7 +15,7 @@ section {
.word-carousel {

span {
color: whitesmoke;
color: $white-ter;
}

div {
Expand All @@ -39,7 +41,7 @@ section {
}

.word-carousel > span:nth-child(1) {
color: white;
color: $white;
}

.custom-card {
Expand All @@ -49,7 +51,7 @@ section {
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
span {
color: rgb(12, 12, 12);
color: $black;
}
}

Expand Down

0 comments on commit a086258

Please sign in to comment.