8000 Update theme button hover · codejs-kr/simple-chat@baa75eb · GitHub
[go: up one dir, main page]

Skip to content

Commit baa75eb

Browse files
committed
Update theme button hover
1 parent e498829 commit baa75eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/components/layout/ThemeChanger/ThemeChanger.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
margin: 0 5px;
99
padding: 5px;
1010
color: #fff;
11+
12+
&:hover {
13+
color: $gold-2;
14+
}
1115
}
1216
}

0 commit comments

Comments
 (0)
0