Skip to content

Commit 5e27d82

Browse files
committed
fixed hovering
1 parent ed75e10 commit 5e27d82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/css/toolstyle.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,10 +806,10 @@ main {
806806
}
807807

808808
#scrollRightButton:hover {
809-
color : #d90;
809+
color : #bdc3c7;
810810
}
811811
#scrollLeftButton:hover {
812-
color : #d90;
812+
color : #bdc3c7;
813813
}
814814

815815
#scrollRightButton:before{

0 commit comments

Comments
 (0)