Skip to content

Commit 038a80a

Browse files
committed
Improved control button active color
1 parent 56c5a08 commit 038a80a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

css/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,5 +498,5 @@ input[type=number]::-webkit-outer-spin-button {
498498
}
499499

500500
.buttons button.active .fa {
501-
color: #76ff03;
501+
color: #00e676; /* #76ff03; */
502502
}

public/algorithm_visualizer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,5 +627,5 @@ input[type=number]::-webkit-outer-spin-button {
627627
}
628628

629629
.buttons button.active .fa {
630-
color: #76ff03;
630+
color: #00e676; /* #76ff03; */
631631
}

public/algorithm_visualizer.min.css

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

0 commit comments

Comments
 (0)