Skip to content

Commit 9f9a21c

Browse files
committed
improved color for line highlight
1 parent 7684555 commit 9f9a21c

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

AlgorithmVisualizer.wiki

css/stylesheet.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,8 @@ button[disabled] {
542542
}
543543

544544
.executing {
545-
background: rgba(255, 0, 0, .3);
545+
background: rgba(0, 174, 255, 0.4);
546+
border: 1px solid #0091ea;
546547
position: absolute;
547548
width: 100% !important;
548549
left: 0 !important;
@@ -555,8 +556,8 @@ button[disabled] {
555556
}
556557

557558
@keyframes line_highlight {
558-
from { background: rgba(255, 0, 0, .1); }
559-
to { background: rgba(255, 0, 0, .3); }
559+
from { background: rgba(0, 174, 255, 0.1); }
560+
to { background: rgba(0, 174, 255, 0.4); }
560561
}
561562

562563
/* Firefox < 16 */

public/algorithm_visualizer.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,8 @@ button[disabled] {
671671
}
672672

673673
.executing {
674-
background: rgba(255, 0, 0, .3);
674+
background: rgba(0, 174, 255, 0.4);
675+
border: 1px solid #0091ea;
675676
position: absolute;
676677
width: 100% !important;
677678
left: 0 !important;
@@ -681,8 +682,8 @@ button[disabled] {
681682
}
682683

683684
@keyframes line_highlight {
684-
from { background: rgba(255, 0, 0, .1); }
685-
to { background: rgba(255, 0, 0, .3); }
685+
from { background: rgba(0, 174, 255, 0.1); }
686+
to { background: rgba(0, 174, 255, 0.4); }
686687
}
687688

688689
/* Firefox < 16 */

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)