Commit fd49aceb by Arthur Barrett

fixed highlight style for cascade.

parent 9b32400b
...@@ -44,9 +44,9 @@ $body-font-size: em(14); ...@@ -44,9 +44,9 @@ $body-font-size: em(14);
cursor: pointer; cursor: pointer;
@each $highlight in ( @each $highlight in (
(yellow rgba(255,255,10,0.3) rgba(255,255,10,0.9)),
(red rgba(178,19,16,0.3) rgba(178,19,16,0.9)), (red rgba(178,19,16,0.3) rgba(178,19,16,0.9)),
(orange rgba(255,165,0,0.3) rgba(255,165,0,0.9)), (orange rgba(255,165,0,0.3) rgba(255,165,0,0.9)),
(yellow rgba(255,255,10,0.3) rgba(255,255,10,0.9)),
(green rgba(25,255,132,0.3) rgba(25,255,132,0.9)), (green rgba(25,255,132,0.3) rgba(25,255,132,0.9)),
(blue rgba(35,163,255,0.3) rgba(35,163,255,0.9)), (blue rgba(35,163,255,0.3) rgba(35,163,255,0.9)),
(purple rgba(115,9,178,0.3) rgba(115,9,178,0.9))) { (purple rgba(115,9,178,0.3) rgba(115,9,178,0.9))) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment