Skip to content

Commit 45edcde

Browse files
authored
Merge pull request #70 from Ayushmaanagarwal1211/Animation
Added Hovering Effect to the Options
2 parents 4acb1a7 + 9cd9fd2 commit 45edcde

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

styles.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ body {
3636
cursor: pointer;
3737
transition: background-color 0.3s ease;
3838
}
39-
39+
.tag:hover{
40+
background-color: #ebebeb;
41+
42+
}
4043
.search-bar {
4144
margin-bottom: 20px;
4245
}
@@ -124,7 +127,9 @@ body {
124127
border-color: #444;
125128
color: #fff;
126129
}
127-
130+
body.dark-mode .tag:hover{
131+
background-color: #3f3f3f;
132+
}
128133
body.dark-mode .search-input {
129134
background-color: #555;
130135
border-color: #444;

0 commit comments

Comments
 (0)