Skip to content

Commit 63b21c4

Browse files
author
Dyrits
committed
.active-btn fixed.
1 parent 6f14cb5 commit 63b21c4

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,11 +555,9 @@ <h4>Contact me here</h4>
555555
<i class="fas fa-envelope-open"></i>
556556
</div>
557557
</div>
558-
559558
<div class="theme-btn">
560559
<i class="fas fa-adjust"></i>
561560
</div>
562-
563561
<script src="app.js"></script>
564562
</body>
565563
</html>

styles/styles.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/styles.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/styles.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@ section {
107107
align-items: center;
108108
margin: .7rem 0;
109109
box-shadow: var(--box-shadow-1) ;
110-
i{
110+
i {
111111
font-size: 1.2rem;
112112
color: var(--color-grey-2);
113113
pointer-events: none;
114114
}
115-
.active-btn{
116-
background-color: var(--color-secondary);
117-
transition: all .4s ease-in-out;
118-
i { color: var(--color-white); }
119-
}
115+
}
116+
.active-btn {
117+
background-color: var(--color-secondary);
118+
transition: all .4s ease-in-out;
119+
i { color: var(--color-white); }
120120
}
121121
}
122122

0 commit comments

Comments
 (0)